Function intersect_planes

Source
pub fn intersect_planes(p0: &Vec4, p1: &Vec4, p2: &Vec4) -> Vec3
Expand description

Find the intersection point of three planes.

ยงNotes

This assumes that the planes will not intersect in a line.