littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graph.node.node3d
/
Node3D
/
rotate
rotate
fun
rotate
(
x
:
Angle
=
Angle.ZERO
,
y
:
Angle
=
Angle.ZERO
,
z
:
Angle
=
Angle.ZERO
)
:
Node3D
Rotates in 'local' coordinates
Parameters
x
the angle of the pitch
y
the angle of the yaw
z
the angle of the roll
fun
rotate
(
quaternion
:
Vec4f
)
:
Node3D