pub type TrianglePoint<S> = ([Normalized<S>; 2], Point2<S>);Available on crate feature
math-utils only.Expand description
Parameterized point on a 2D triangle
pub type TrianglePoint<S> = ([Normalized<S>; 2], Point2<S>);math-utils only.Parameterized point on a 2D triangle