Search
Preparing search index...
The search index is not available
gtools
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
gtools
physics/bounding-boxes/aabb3
AABB3
Class AABB3
Hierarchy
AABB3
Implements
AABB
<
AABB3
,
SimpleVector3
,
MinMax3D
>
Index
Constructors
constructor
Properties
max
min
Methods
expand
ByAABB
expand
ByPoint
expand
ByScalar
expand
ByVector
get
Center
get
Min
Max
get
Position
get
Size
get
Volume
move
ByScalar
move
ByVector
move
Center
To
from
Center
And
Size
from
Pos
And
Size
Constructors
constructor
new AABB3
(
min
:
SimpleVector3
, max
:
SimpleVector3
)
:
AABB3
Parameters
min:
SimpleVector3
max:
SimpleVector3
Returns
AABB3
Properties
Protected
Readonly
max
max
:
SimpleVector3
Protected
Readonly
min
min
:
SimpleVector3
Methods
expand
ByAABB
expand
ByAABB
(
other
:
AABB3
)
:
void
Parameters
other:
AABB3
Returns
void
expand
ByPoint
expand
ByPoint
(
point
:
SimpleVector3
)
:
void
Parameters
point:
SimpleVector3
Returns
void
expand
ByScalar
expand
ByScalar
(
distance
:
number
)
:
void
Parameters
distance:
number
Returns
void
expand
ByVector
expand
ByVector
(
vec
:
SimpleVector3
)
:
void
Parameters
vec:
SimpleVector3
Returns
void
get
Center
get
Center
(
)
:
SimpleVector3
Returns
SimpleVector3
get
Min
Max
get
Min
Max
(
)
:
MinMax3D
Returns
MinMax3D
get
Position
get
Position
(
)
:
SimpleVector3
Returns
SimpleVector3
get
Size
get
Size
(
)
:
SimpleVector3
Returns
SimpleVector3
get
Volume
get
Volume
(
)
:
number
Returns
number
move
ByScalar
move
ByScalar
(
distance
:
number
)
:
void
Parameters
distance:
number
Returns
void
move
ByVector
move
ByVector
(
vec
:
SimpleVector3
)
:
void
Parameters
vec:
SimpleVector3
Returns
void
move
Center
To
move
Center
To
(
center
:
SimpleVector3
)
:
void
Parameters
center:
SimpleVector3
Returns
void
Static
from
Center
And
Size
from
Center
And
Size
(
center
:
SimpleVector3
, size
:
SimpleVector3
)
:
AABB3
Parameters
center:
SimpleVector3
size:
SimpleVector3
Returns
AABB3
Static
from
Pos
And
Size
from
Pos
And
Size
(
pos
:
SimpleVector3
, size
:
SimpleVector3
)
:
AABB3
Parameters
pos:
SimpleVector3
size:
SimpleVector3
Returns
AABB3
Modules
physics/bounding-
boxes/aabb3
AABB3
constructor
max
min
expand
ByAABB
expand
ByPoint
expand
ByScalar
expand
ByVector
get
Center
get
Min
Max
get
Position
get
Size
get
Volume
move
ByScalar
move
ByVector
move
Center
To
from
Center
And
Size
from
Pos
And
Size
Generated using
TypeDoc