Struct dae_parser::Matrix [−][src]
Expand description
Describes transformations that embody mathematical changes to points within a coordinate system or the coordinate system itself.
Tuple Fields
0: Box<[f32; 16]>
A list of 16 floating-point values. These values are organized into a 4-by-4 column-order matrix suitable for matrix composition.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Matrix
impl UnwindSafe for Matrix
Blanket Implementations
Mutably borrows from an owned value. Read more