Enum dae_parser::RigidTransform
source · pub enum RigidTransform {
Translate(Translate),
Rotate(Rotate),
}
Expand description
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RigidTransform
impl Clone for RigidTransform
source§fn clone(&self) -> RigidTransform
fn clone(&self) -> RigidTransform
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RigidTransform
impl Debug for RigidTransform
source§impl From<RigidTransform> for Transform
impl From<RigidTransform> for Transform
source§fn from(tr: RigidTransform) -> Self
fn from(tr: RigidTransform) -> Self
Converts to this type from the input type.