Struct dae_parser::Translate [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for Translate
impl UnwindSafe for Translate
Blanket Implementations
Mutably borrows from an owned value. Read more