global functions
Builds a rotation 3 * 3 matrix created from an angle.
Parameters:
m Input matrix multiplied by this translation matrix.
angle Rotation angle expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
Builds a scale 3 * 3 matrix created from a vector of 2 components.
Parameters:
m Input matrix multiplied by this translation matrix.
v Coordinates of a scale vector.
Builds an horizontal (parallel to the x axis) shear 3 * 3 matrix.
Parameters:
m Input matrix multiplied by this translation matrix.
y Shear factor.
Builds a vertical (parallel to the y axis) shear 3 * 3 matrix.
Parameters:
m Input matrix multiplied by this translation matrix.
x Shear factor.
Builds a translation 3 * 3 matrix created from a vector of 2 components.
Parameters:
m Input matrix multiplied by this translation matrix.
v Coordinates of a translation vector.
Last updated 화요일, 19 11월 2024 17:26:13 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
openFrameworks is developed and maintained by several voluntary contributors.
Donations help support the development of openFrameworks, improve the documentation and pay for third party services needed for the project.
If you are using openFrameworks commercially or would simply like to support openFrameworks development, please consider donating to the project.
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue