IntersectionTests
Functions for computing the intersection between geometries such as rays, planes, triangles, and ellipsoids.
See also
Functions
Provides the point along the ray which is nearest to the ellipsoid.
Computes the intersection of a line segment and a plane.
Computes the intersection points of a line segment with a sphere.
Computes the intersection of a line segment and a triangle.
Computes the intersection points of a ray with an axis-aligned bounding box. (axis-aligned in the same space as the ray)
Computes the intersection points of a ray with an ellipsoid.
Computes the intersection of a ray and a plane.
Computes the intersection of a ray and a triangle as a Cartesian3 coordinate.
Computes the intersection of a ray and a triangle as a parametric distance along the input ray. The result is negative when the triangle is behind the ray.
Computes the intersection of a triangle and a plane