Skip to main content

Triangle2Point

Type Alias Triangle2Point 

Source
pub type Triangle2Point<S> = ([Normalized<S>; 2], Point2<S>);
Available on crate feature math-utils only.
Expand description

Parameterized point on a 2D triangle