toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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