toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry.euclidean.threed
/
Rotation3D
/
Companion
/
of
of
fun
of
(
heading
:
Double
,
roll
:
Double
=
0.0
,
pitch
:
Double
=
0.0
)
:
Rotation3D
fun
of
(
heading
:
Option
<
Double
>
,
roll
:
Option
<
Double
>
,
pitch
:
Option
<
Double
>
)
:
Rotation3D
Returns a
Rotation3D
while replacing non-finite values for
heading
,
roll
and
pitch
with 0.0.