Transformable

Trait Transformable 

Source
pub trait Transformable {
    // Required method
    fn transform(&mut self, transform: &Transform3D);
}
Expand description

Trait for objects that can be transformed

Required Methods§

Source

fn transform(&mut self, transform: &Transform3D)

Apply a transformation to the object

Implementors§