Constructors
constructor
-
Parameters
-
Optional normal: Vector3
-
Optional constant: number
Properties
constant
constant: number
normal
Methods
applyMatrix4
-
Parameters
-
-
Optional optionalNormalMatrix: Matrix3
clone
-
Returns this
coplanarPoint
-
Parameters
copy
-
Parameters
Returns this
distanceToPoint
- distanceToPoint(point: Vector3): number
-
Parameters
Returns number
equals
- equals(plane: Plane): boolean
-
Parameters
Returns boolean
isIntersectionLine
- isIntersectionLine(l: any): any
-
Parameters
Returns any
negate
-
normalize
-
orthoPoint
-
Parameters
projectPoint
-
Parameters
set
-
Parameters
setComponents
- setComponents(x: number, y: number, z: number, w: number): Plane
-
Parameters
-
x: number
-
y: number
-
z: number
-
w: number
setFromCoplanarPoints
-
Parameters
setFromNormalAndCoplanarPoint
-
Parameters
translate
-
Parameters
Use {@link Plane#intersectsLine .intersectsLine()} instead.