1 2 3
pub type Rect = (f32, f32, f32, f32); pub type Point = (f32, f32); pub type Triangle = (Point, Point, Point);