rotateY method

Object3D rotateY(
  1. num angle
)

Implementation

Object3D rotateY(num angle) {
  return rotateOnAxis(_yAxis, angle);
}