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
/
Vector3D
Vector3D
data
class
Vector3D
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)
Members
Members & Extensions
Constructors
Vector3D
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
z
Link copied to clipboard
val
z
:
Double
Functions
to
Cylindrical
Link copied to clipboard
fun
Vector3D
.
toCylindrical
(
)
:
CylindricalVector
to
Float
Link copied to clipboard
fun
Vector3D
.
toFloat
(
)
:
Vector3F