PlaneUtil extension
- on
-
- Plane
Methods
-
clone(
) → Plane -
Available on Plane, provided by the PlaneUtil extension
-
coplanarPoint(
Vector3 target) → Vector3 -
Available on Plane, provided by the PlaneUtil extension
-
distanceToPoint(
Vector3 point) → double -
Available on Plane, provided by the PlaneUtil extension
-
distanceToSphere(
Sphere sphere) → double -
Available on Plane, provided by the PlaneUtil extension
-
projectPoint(
Vector3 point, Vector3 target) → Vector3 -
Available on Plane, provided by the PlaneUtil extension
-
setFromCoplanarPoints(
Vector3 a, Vector3 b, Vector3 c) → Plane -
Available on Plane, provided by the PlaneUtil extension
-
setFromNormalAndCoplanarPoint(
Vector3 normal, Vector3 point) → Plane -
Available on Plane, provided by the PlaneUtil extension