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