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