Struct dae_parser::Skew [−][src]
Expand description
Specifies how to deform an object along one axis.
Tuple Fields
0: Box<[f32; 7]>
A list of seven floating-point values. These values are organized into an angle in degrees followed by two column vectors specifying the axes of rotation and translation.
Implementations
Construct a new skew transformation from the given parameters.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Skew
impl UnwindSafe for Skew
Blanket Implementations
Mutably borrows from an owned value. Read more