- Preparing search index...
- The search index is not available
ara3d-webgl
Constructors
constructor
- new Plane(normal?: THREE.Vector3, constant?: number): Plane
-
Parameters
-
-
Optional
constant: number
Properties
constant
constant: number
Readonly
isPlane
isPlane: true
normal
Methods
applyMatrix4
- applyMatrix4(matrix: Matrix4, optionalNormalMatrix?: Matrix3): Plane
-
Parameters
-
-
Optional
optionalNormalMatrix: Matrix3
clone
- clone(): Plane
-
copy
- copy(plane: Plane): Plane
-
distanceToPoint
- distanceToPoint(point: THREE.Vector3): number
-
Returns number
distanceToSphere
- distanceToSphere(sphere: Sphere): number
-
Returns number
equals
- equals(plane: Plane): boolean
-
Returns boolean
intersectsBox
- intersectsBox(box: Box3): boolean
-
Returns boolean
intersectsLine
- intersectsLine(line: Line3): boolean
-
Returns boolean
intersectsSphere
- intersectsSphere(sphere: Sphere): boolean
-
Returns boolean
isIntersectionLine
- isIntersectionLine(l: any): any
-
Returns any
negate
- negate(): Plane
-
normalize
- normalize(): Plane
-
set
- set(normal: THREE.Vector3, constant: number): Plane
-
setComponents
- setComponents(x: number, y: number, z: number, w: number): Plane
-
Parameters
-
x: number
-
y: number
-
z: number
-
w: number
setFromNormalAndCoplanarPoint
translate
- translate(offset: THREE.Vector3): Plane
-
Default
0