UtilsGetRotation(dmat4) Method |
Calculates the rotation around the z axis.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static double GetRotation(
dmat4 matrix
)
Parameters
- matrix dmat4
- The transformation matrix.
Return Value
DoubleRotation angle.
See Also