UtilsGetScaleAbsRotation3D(dmat4, dvec3, dvec3) 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 GetScaleAbsRotation3D(
dmat4 matrix,
out dvec3 scale,
out dvec3 rotation
)
Parameters
- matrix dmat4
- The transformation matrix.
- scale dvec3
- XYZ scale.
- rotation dvec3
- XYZ rotation.
See Also