Skip to main content

FaceEulerAngle

Euler angles representing the orientation of a face in 3D space. These angles describe the rotation of the face along different axes.

type FaceEulerAngle = {
roll: number;
yaw: number;
pitch: number;
};

Properties

PropertyTypeDescription
rollnumberRoll angle of the face (rotation around the Z-axis)
yawnumberYaw angle of the face (rotation around the Y-axis)
pitchnumberPitch angle of the face (rotation around the X-axis)