Click or drag to resize

UtilsGetScaleAbsRotation(dmat4, dvec2, Double) Method

Gets rotation and absolute 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,
	out dvec2 scale,
	out double rotation
)

Parameters

matrix  dmat4
The transformation matrix.
scale  dvec2
XY scale.
rotation  Double
Rotation around z axis.
See Also