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.
Transform
- p5.js rotate() Function
- p5.js rotateX() Function
- p5.js rotateY() Function
- p5.js rotateZ() Function
- p5.js scale() Function
- p5.js shearX() Function
- p5.js shearY() Function
- p5.js translate() Function
Please Login to comment...