korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
CylindricalVector
/
Companion
Companion
object
Companion
Members
Functions
from
Cartesian
Link copied to clipboard
fun
fromCartesian
(
v
:
Vector3D
)
:
CylindricalVector
fun
fromCartesian
(
v
:
Vector3F
)
:
CylindricalVector
fun
fromCartesian
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
CylindricalVector
inline
fun
fromCartesian
(
x
:
Number
,
y
:
Number
,
z
:
Number
)
:
CylindricalVector
to
Cartesian
Link copied to clipboard
fun
toCartesian
(
c
:
CylindricalVector
)
:
Vector3D
fun
toCartesian
(
radius
:
Double
,
angle
:
Angle
,
y
:
Double
)
:
Vector3D