Plane
-
class
Plane
() Object representing a Plane.
Constructors
Methods
Methods
assign
copy
-
Plane.
copy
() Creates a copy of this plane
Returns: a copy of this plane object Return type: Plane
determineSide
distanceToPoint
equals
intersectsRay
rayIntersection
setFromCoefficients
-
Plane.
setFromCoefficients
(a, b, c, d) Arguments: - a (
number()
) – None - b (
number()
) – None - c (
number()
) – None - d (
number()
) – None
Return type: void
- a (
setFromPointAndNormal
setFromPoints
static createFromCoefficients
-
Plane.
createFromCoefficients
(a, b, c, d) Arguments: - a (
number()
) – None - b (
number()
) – None - c (
number()
) – None - d (
number()
) – None
Return type: Plane
- a (