Immutable affine frame.
Constructor.
The rotation of the frame.
The origin of the frame.
Readonly
Static
Creates the identity frame.
Determines whether two frames are exactly equal.
The first frame.
The second frame.
True if the two frames are exactly equal, false otherwise.
Linearly interpolates between the two frames.
The start frame.
The end frame.
The interpolation fraction [0, 1] between the two frames.
The interpolated frame.
Multiplies the first frame by the second frame.
The first frame multiplied by the second frame.
Determines whether two frames are not exactly equal.
True if the two frames are different, false otherwise.
Creates a frame from a rotation.
The rotation.
The rotation frame.
Spherically interpolates between two frames.
Creates a frame from a translation.
The translation.
The translation frame.
Immutable affine frame.