Trait rfw_scene::HasMatrix[][src]

pub trait HasMatrix {
    fn update(&mut self, t: Vec3, r: Quat, s: Vec3);
}

Required methods

Implementors