|
optional< PlanePlaneIntersection > | kanzi::planeIntersectPlane (const Plane &plane1, const Plane &plane2, float parallelTolerance) |
| Checks whether two planes intersect and returns a point and direction vector for the line of intersection. More...
|
|
optional< PlaneRayIntersection > | kanzi::planeIntersectRay (const Plane &plane, const Ray &ray, const float parallelTolerance) |
| Tests whether a plane intersects with the given ray, and returns the point of intersection and the distance of the intersection from the origin of a plane. More...
|
|