Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transformation related core functions #65

Open
13 of 15 tasks
jfacorro opened this issue Nov 8, 2021 · 0 comments
Open
13 of 15 tasks

Transformation related core functions #65

jfacorro opened this issue Nov 8, 2021 · 0 comments

Comments

@jfacorro
Copy link
Member

jfacorro commented Nov 8, 2021

  • apply-matrix - "Multiplies the current matrix by the one specified through the parameters"
  • pop-matrix - "Pops the current transformation matrix off the matrix stack"
  • print-matrix - "Prints the current matrix to std out"
  • push-matrix - "Pushes the current transformation matrix onto the matrix stack"
  • reset-matrix - "Replaces the current matrix with the identity matrix"
  • rotate - "Rotates a shape the amount specified by the angle parameter"
  • rotate-x - "Rotates a shape around the x-axis the amount specified by the angle parameter"
  • rotate-y - "Rotates a shape around the y-axis the amount specified by the angle parameter"
  • rotate-z - "Rotates a shape around the z-axis the amount specified by the angle parameter"
  • scale - "Increases or decreases the size of a shape by expanding and contracting vertices"
  • shear-x - "Shears a shape around the x-axis the amount specified by the angle parameter"
  • shear-y - "Shears a shape around the y-axis the amount specified by the angle parameter"
  • translate - "Specifies an amount to displace objects within the display window"
  • with-rotation - "Performs body with rotation, restores current transformation on exit"
  • with-translation - "Performs body with translation, restores current transformation on exit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant