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