Skip to main content

make_plane_from_points

Function make_plane_from_points 

Source
pub fn make_plane_from_points(point1: Vec3, point2: Vec3, point3: Vec3) -> Plane
Expand description

Plane through three points. (math_internal.h: b3MakePlaneFromPoints)