rtron
Toggle table of contents
1.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
rtron
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.