quat.rotateY [method]
quat.rotateY( real a[, bool reset ])
generate a rotation quaternion (rotation around Y axis) and multiply or set it to this quaternion
- if
resetis true, the generated quaternion is directly set to this quaternion- otherwise, generated quaternion is right-multiplied to this quaternion
- if current quaternion is an identity quaternion,
resethas no effect
