rotateX method

Object3D rotateX(
  1. num angle
)
inherited

Implementation

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