Click or drag to resize

Plane3eulerRotationsDeg Method

Gets the Euler angles in deg of local coordinate system (order: rotation about local XYZ axes) see https://www.geometrictools.com/Documentation/EulerAngles.pdf.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Vector3 eulerRotationsDeg()

Return Value

Type: Vector3
Vector with euler angles.
See Also