pub trait TriangleShape {
    fn get_points() -> (f32, f32, f32);
}

Required Methods§

Implementors§