Click or drag to resize

UtilsGetRotation(dmat4, bvec3) Method

Calculates the rotation around the z axis.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static double GetRotation(
	dmat4 matrix,
	bvec3 flippedAxes
)

Parameters

matrix  dmat4
The transformation matrix.
flippedAxes  bvec3
Bool vector containing flipped axes.

Return Value

Double
Rotation angle.
See Also