Click or drag to resize

UtilsGetScaleAbsRotation(dmat4, bvec3, dvec2, Double) Method

Gets z-rotation and absolute xy-scale.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static void GetScaleAbsRotation(
	dmat4 matrix,
	bvec3 flippedAxes,
	out dvec2 scale,
	out double rotation
)

Parameters

matrix  dmat4
The transformation matrix.
flippedAxes  bvec3
Bool vector containing flipped axes.
scale  dvec2
XY scale.
rotation  Double
Rotation around z axis.
See Also