Enum dae_parser::RigidTransform [−][src]
Expand description
Variants
Translate(Translate)
Tuple Fields
0: Translate
A translation.
Rotate(Rotate)
Tuple Fields
0: Rotate
A rotation.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RigidTransform
impl Send for RigidTransform
impl Sync for RigidTransform
impl Unpin for RigidTransform
impl UnwindSafe for RigidTransform
Blanket Implementations
Mutably borrows from an owned value. Read more