Readonly
positionThe position of the object in 3D space (from the origin)
Readonly
rotationThe rotation of the object represented as a quaternion
Readonly
scaleThe scale of the object in 3D space
Returns the forward vector of the object in world space.
Returns the right vector of the object in world space.
Returns the top vector of the object in world space.
Returns the world position of the object considering all parent transformations.
Returns the world rotation of the object considering all parent rotations.
Returns the world scale of the object considering all parent scales.
A class representing a 3D transformation applied to an object by vectors and quaternions.