Alpha
Alpha
anglesThe angles of the pose in degrees calculated from the forward vector.
Alpha
distanceThe focus distance from the position to the pose.
Alpha
pitchAlpha
positionThe position of the pose.
Alpha
xAlpha
yawAlpha
yAlpha
zAlpha
Creates a clone of this pose.
A new Pose instance with the same position, angles, and distance.
Alpha
Checks if this pose is approximately equal to another pose within a given epsilon.
The pose to compare with.
Optional
epsilon: number = 1e-6The tolerance for comparison.
True if the poses are approximately equal, false otherwise.
Alpha
Lerps between two poses based on the given alpha values.
The updated Pose instance.
Represents a pose in 3D space, including position and rotation.