UtilsGetScaleAbsRotation(dmat4, dvec2, Double) Method |
Gets rotation and absolute scale.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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