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