Triangle

Type Alias Triangle 

Source
pub type Triangle<T = f32> = (Point<T>, Point<T>, Point<T>);
Expand description

Triangle.