参考 rotationZ

rotationZ

The system variable rotationZ always contains the rotation of the device along the z axis. If the sketch angleMode() is set to DEGREES, the value will be 0 to 360. If it is set to RADIANS, the value will be 0 to 2*PI.

Unlike rotationX and rotationY, this variable is available for devices with a built-in compass only.

Note: The order the rotations are called is important, ie. if used together, it must be called in the order Z-X-Y or there might be unexpected behaviour.

示例

Notice any errors or typos? Please let us know. Please feel free to edit src/events/acceleration.js and open a pull request!

相关参考