menu
openworld package
documentation
three_dart/three3d/core/index.dart
Object3D
rotateZ method
rotateZ method
dark_mode
light_mode
rotateZ
method
Object3D
rotateZ
(
num
angle
)
Implementation
Object3D rotateZ(num angle) { return rotateOnAxis(_zAxis, angle); }
openworld package
documentation
three_dart/three3d/core/index
Object3D
rotateZ method
Object3D class