TriangleF

Type Alias TriangleF 

Source
pub type TriangleF = Triangle<f32>;

Aliased Type§

#[repr(transparent)]
pub struct TriangleF(pub [Vec2<f32>; 3]);

Tuple Fields§

§0: [Vec2<f32>; 3]