rotateX method

Object3D rotateX(
  1. num angle
)

Implementation

Object3D rotateX(num angle) {
  return rotateOnAxis(_xAxis, angle);
}