Skip to main content

three_plane_intersection

Function three_plane_intersection 

Source
pub fn three_plane_intersection(a: &Plane, b: &Plane, c: &Plane) -> Option<Vec3>
Expand description

Compute the intersection point of three planes.

Returns None if any two planes are parallel or all three meet in a line.