Class: PlaneClassification
Defined in: src/math/PlaneClassification.ts:5
Constants describing how a point or geometry is classified relative to a plane.
Constructors
Constructor
new PlaneClassification():
PlaneClassification
Returns
PlaneClassification
Properties
BACK
staticBACK:number=0
Defined in: src/math/PlaneClassification.ts:11
Language
en_US Back side
Platform
Web,Native
FRONT
staticFRONT:number=1
Defined in: src/math/PlaneClassification.ts:18
Language
en_US Front side
Platform
Web,Native
IN
staticIN:number=0
Defined in: src/math/PlaneClassification.ts:25
Language
en_US The side that the normal points toward
Platform
Web,Native
OUT
staticOUT:number=1
Defined in: src/math/PlaneClassification.ts:32
Language
en_US The side opposite the normal direction
Platform
Web,Native
INTERSECT
staticINTERSECT:number=2
Defined in: src/math/PlaneClassification.ts:39
Language
en_US Intersecting
Platform
Web,Native

