VOOZH about

URL: https://www.geeksforgeeks.org/javascript/p5-js-accelerationz-variable/

⇱ p5.js accelerationZ variable - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

p5.js accelerationZ variable

Last Updated : 10 May, 2021

The accelerationZ system variable is responsible for the acceleration of the device(tablets or mobile phones) along the Z-axis. It can be used in the draw() function to accelerate the device in the Z-axis of the coordinate.

Its value is represented as meters per second squared.

Syntax:

accelerationZ

Example 1:

Output:

👁 Image

Example 2:

Comment