Trait ruby_math::algebra::Transformable[][src]

pub trait Transformable {
    fn apply(&self, transform: Transform) -> Self;
fn apply_matrix4d(&self, matrix: Mat4d) -> Self; }

Required methods

Implementors