toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry.euclidean.threed.point
/
Vector3D
/
Companion
Companion
object
Companion
Members
Properties
X_AXIS
Link copied to clipboard
val
X_AXIS
:
Vector3D
Y_AXIS
Link copied to clipboard
val
Y_AXIS
:
Vector3D
Z_AXIS
Link copied to clipboard
val
Z_AXIS
:
Vector3D
ZERO
Link copied to clipboard
val
ZERO
:
Vector3D
Functions
of
Link copied to clipboard
fun
of
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
Either
<
IllegalArgumentException
,
Vector3D
>
Creates a
Vector3D
, if each component is finite. Otherwise it will return a Result.Error.