Struct dae_parser::Scale [−][src]
Expand description
Specifies how to change an object’s size.
Tuple Fields
0: Box<[f32; 3]>
A list of three floating-point values. These values are organized into a column vector suitable for matrix composition.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scale
impl UnwindSafe for Scale
Blanket Implementations
Mutably borrows from an owned value. Read more