Sunday, October 6, 2024
Google search engine
HomeLanguagesJavascriptp5.js Transform Complete Reference

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, neveropen 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!

Dominic Rubhabha-Wardslaus
Dominic Rubhabha-Wardslaushttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Recent Comments