PlaneExtensions extension
Extensions for Plane.
- on
-
- Plane
Methods
-
intersectionWithLine(
Vector3 a, Vector3 b) → Vector3? -
Available on Plane, provided by the PlaneExtensions extension
ReturnsPlaneintersection with a given line (fromatob). -
intersectionWithTriangle(
Triangle triangle) → Set< Line3> -
Available on Plane, provided by the PlaneExtensions extension
ReturnsPlaneintersection with a giventriangle.