[][src]Trait arctk::geom::properties::transformable::Transformable

pub trait Transformable {
    fn transform(&mut self, trans: &Trans3);
}

Types implementing this trait may be transformed.

Required methods

fn transform(&mut self, trans: &Trans3)

Apply the given transformation.

Loading content...

Implementors

impl Transformable for Mesh[src]

impl Transformable for SmoothTriangle[src]

impl Transformable for Triangle[src]

Loading content...