Search
Preparing search index...
The search index is not available
gtools
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
gtools
physics/objects/3d/cylinder
Cylinder
Class Cylinder
Hierarchy
Cylinder
Implements
VolumeAble3D
CollideAble3D
Index
Constructors
constructor
Properties
height
position
radius
Accessors
volume
Methods
collide
With
Cylinder
collide
With
Min
Max
collide
With
Point
collide
With
Sphere
to
Min
Max
Constructors
constructor
new
Cylinder
(
position
:
Readonly
<
SimpleVector3
>
, radius
:
number
, height
:
number
)
:
Cylinder
Parameters
position:
Readonly
<
SimpleVector3
>
bottom center of cylinder
radius:
number
radius of cylinder
height:
number
height of cylinder
Returns
Cylinder
Properties
Readonly
height
height
:
number
Readonly
position
position
:
Readonly
<
SimpleVector3
>
Readonly
radius
radius
:
number
Accessors
volume
get
volume
(
)
:
number
Returns
number
Methods
collide
With
Cylinder
collide
With
Cylinder
(
cylinder
:
Cylinder
)
:
boolean
Parameters
cylinder:
Cylinder
Returns
boolean
collide
With
Min
Max
collide
With
Min
Max
(
minMax
:
MinMax3D
)
:
boolean
Parameters
minMax:
MinMax3D
Returns
boolean
collide
With
Point
collide
With
Point
(
point
:
Readonly
<
SimpleVector3
>
)
:
boolean
Parameters
point:
Readonly
<
SimpleVector3
>
Returns
boolean
collide
With
Sphere
collide
With
Sphere
(
sphere
:
Sphere
)
:
boolean
Parameters
sphere:
Sphere
Returns
boolean
to
Min
Max
to
Min
Max
(
)
:
MinMax3D
Returns
MinMax3D
Modules
physics/objects/3d/cylinder
Cylinder
constructor
height
position
radius
volume
collide
With
Cylinder
collide
With
Min
Max
collide
With
Point
collide
With
Sphere
to
Min
Max
Generated using
TypeDoc
bottom center of cylinder