rotateX method
angle
- the angle to rotate in radians.
Rotates the object around x axis in local space.
Implementation
Object3D rotateX(double angle) {
return rotateOnAxis(_xAxis, angle);
}
angle
- the angle to rotate in radians.
Rotates the object around x axis in local space.
Object3D rotateX(double angle) {
return rotateOnAxis(_xAxis, angle);
}