Preparing search index...
The search index is not available
@ros2jsguy/three-math-ts
@ros2jsguy/three-math-ts
Cylindrical
Class Cylindrical
Hierarchy
Base
Cylindrical
Index
Constructors
constructor
Properties
radius
theta
y
Accessors
is
Box2
is
Box3
is
Color
is
Cylindrical
is
Euler
is
Line3
is
Matrix3
is
Matrix4
is
Plane
is
Quaternion
is
Ray
is
Sphere
is
Spherical
is
Triangle
is
Vector2
is
Vector3
is
Vector4
Methods
clone
copy
set
set
From
Cartesian
Coords
set
From
Vector3
Constructors
constructor
new
Cylindrical
(
radius
?:
number
, theta
?:
number
, y
?:
number
)
:
Cylindrical
Parameters
radius:
number
= 1
theta:
number
= 0
y:
number
= 0
Returns
Cylindrical
Properties
radius
radius
:
number
theta
theta
:
number
y
y
:
number
Accessors
is
Box2
get
isBox2
(
)
:
boolean
Returns
boolean
is
Box3
get
isBox3
(
)
:
boolean
Returns
boolean
is
Color
get
isColor
(
)
:
boolean
Returns
boolean
is
Cylindrical
get
isCylindrical
(
)
:
boolean
Returns
boolean
is
Euler
get
isEuler
(
)
:
boolean
Returns
boolean
is
Line3
get
isLine3
(
)
:
boolean
Returns
boolean
is
Matrix3
get
isMatrix3
(
)
:
boolean
Returns
boolean
is
Matrix4
get
isMatrix4
(
)
:
boolean
Returns
boolean
is
Plane
get
isPlane
(
)
:
boolean
Returns
boolean
is
Quaternion
get
isQuaternion
(
)
:
boolean
Returns
boolean
is
Ray
get
isRay
(
)
:
boolean
Returns
boolean
is
Sphere
get
isSphere
(
)
:
boolean
Returns
boolean
is
Spherical
get
isSpherical
(
)
:
boolean
Returns
boolean
is
Triangle
get
isTriangle
(
)
:
boolean
Returns
boolean
is
Vector2
get
isVector2
(
)
:
boolean
Returns
boolean
is
Vector3
get
isVector3
(
)
:
boolean
Returns
boolean
is
Vector4
get
isVector4
(
)
:
boolean
Returns
boolean
Methods
clone
clone
(
)
:
Cylindrical
Returns
Cylindrical
copy
copy
(
other
:
Cylindrical
)
:
Cylindrical
Parameters
other:
Cylindrical
Returns
Cylindrical
set
set
(
radius
:
number
, theta
:
number
, y
:
number
)
:
Cylindrical
Parameters
radius:
number
theta:
number
y:
number
Returns
Cylindrical
set
From
Cartesian
Coords
set
From
Cartesian
Coords
(
x
:
number
, y
:
number
, z
:
number
)
:
Cylindrical
Parameters
x:
number
y:
number
z:
number
Returns
Cylindrical
set
From
Vector3
set
From
Vector3
(
v
:
Vector3
)
:
Cylindrical
Parameters
v:
Vector3
Returns
Cylindrical
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@ros2jsguy/three-
math-
ts
Cylindrical
constructor
radius
theta
y
is
Box2
is
Box3
is
Color
is
Cylindrical
is
Euler
is
Line3
is
Matrix3
is
Matrix4
is
Plane
is
Quaternion
is
Ray
is
Sphere
is
Spherical
is
Triangle
is
Vector2
is
Vector3
is
Vector4
clone
copy
set
set
From
Cartesian
Coords
set
From
Vector3