pub const fn triangle<T>(a: Vec2<T>, b: Vec2<T>, c: Vec2<T>) -> Triangle<T>
Create a Triangle.
Triangle