toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry.euclidean.threed.point
/
Vector3D
/
Companion
/
of
of
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.