UtilsGetScaleAbsRotation3D(dmat4, bvec3, 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,
bvec3 flippedAxes,
out dvec3 scale,
out dvec3 rotation
)
Parameters
- matrix dmat4
- The transformation matrix.
- flippedAxes bvec3
- Bool vector containing flipped axes.
- scale dvec3
- XYZ scale.
- rotation dvec3
- XYZ rotation.
See Also