Search
Preparing search index...
The search index is not available
Spider Engine API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Plane
Class Plane
Hierarchy
Plane
Index
Constructors
constructor
Properties
dist
From
Origin
normal
pool
Methods
classify
Point
copy
get
Signed
Distance
set
set
From
Point
set
From
Points
from
Pool
Constructors
constructor
new
Plane
(
normal
?:
Vector3
, distFromOrigin
?:
undefined
|
number
)
:
Plane
Parameters
Optional
normal:
Vector3
Optional
distFromOrigin:
undefined
|
number
Returns
Plane
Properties
dist
From
Origin
dist
From
Origin
:
number
= 0
normal
normal
:
Vector3
= new Vector3().copy(Vector3.up)
Static
pool
pool
:
ObjectPool
<
Plane
>
= new ObjectPool(Plane, 64)
Methods
classify
Point
classify
Point
(
v
:
Vector3
)
:
Front
|
Back
|
Planar
Parameters
v:
Vector3
Returns
Front
|
Back
|
Planar
copy
copy
(
other
:
Plane
)
:
void
Parameters
other:
Plane
Returns
void
get
Signed
Distance
get
Signed
Distance
(
v
:
Vector3
)
:
number
Parameters
v:
Vector3
Returns
number
set
set
(
normal
:
Vector3
, distFromOrigin
:
number
)
:
this
Parameters
normal:
Vector3
distFromOrigin:
number
Returns
this
set
From
Point
set
From
Point
(
normal
:
Vector3
, point
:
Vector3
)
:
this
Parameters
normal:
Vector3
point:
Vector3
Returns
this
set
From
Points
set
From
Points
(
v1
:
Vector3
, v2
:
Vector3
, v3
:
Vector3
)
:
this
Parameters
v1:
Vector3
v2:
Vector3
v3:
Vector3
Returns
this
Static
from
Pool
from
Pool
(
)
:
Plane
Returns
Plane
Globals
Plane
constructor
dist
From
Origin
normal
pool
classify
Point
copy
get
Signed
Distance
set
set
From
Point
set
From
Points
from
Pool