p5.js Transform Complete Reference

The p5.js Transform Function is used to transform a shape or the object to a specified axis over a specified angle. All the transform functions are mentioned below.
|
Function |
Description |
|---|---|
| rotate() | It rotates a shape or the object using p5.js to a specified axis over a specified angle. |
| rotateX() | It rotates the shape or an object around the x-axis. |
| rotateY() | It rotates the shape or an object around the y-axis. |
| rotateZ() | It rotates the shape or an object around the z-axis. |
| scale() | It is used to increase or decrease the size of a shape. |
| shearX() | It is used to shear a shape or object around the x-axis. |
| shearY() | It is used to shear a shape or object around the y-axis. |
| translate() | It specifies the amount to displace objects within the display window. |
Whether you’re preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, zambiatek Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we’ve already empowered, and we’re here to do the same for you. Don’t miss out – check it out now!



