rotateZ method

Object3D rotateZ(
  1. num angle
)

Implementation

Object3D rotateZ(num angle) {
  return rotateOnAxis(_zAxis, angle);
}