Struct dae_parser::Translate
source · [−]Expand description
Changes the position of an object in a local coordinate system.
Tuple Fields
0: Box<[f32; 3]>
A list of three floating-point values. These values are organized into a column vector suitable for a matrix composition.
Implementations
Trait Implementations
sourceimpl From<Translate> for RigidTransform
impl From<Translate> for RigidTransform
Auto Trait Implementations
impl RefUnwindSafe for Translate
impl Send for Translate
impl Sync for Translate
impl Unpin for Translate
impl UnwindSafe for Translate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more