Trait oxide_math::vector::Rotate[][src]

pub trait Rotate {
    fn rotate(&self, rotation_matrix: Matrix) -> Self;
}

Required methods

Implementors