Expand description
A common type of transformation, that includes a rotation (Transform::orientation)
and translation (Transform::position).
TODO(JP): Maybe rename orientation/position to rotation/translation?
Fields
orientation: Quatposition: Vec3Implementations
impl Transform
impl Transform
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Transform
impl UnwindSafe for Transform
Blanket Implementations
Mutably borrows from an owned value. Read more