Struct dae_parser::Skew
source · [−]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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Skew
impl Send for Skew
impl Sync for Skew
impl Unpin for Skew
impl UnwindSafe for Skew
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more