Trait meshlite::debug::Debug

source ·
pub trait Debug {
    fn add_debug_norm(&mut self, origin: Point3<f32>, norm: Vector3<f32>);
}

Required Methods

Implementors