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.
v Coordinates of a scale vector.
Builds an horizontal (parallel to the x axis) shear 3 * 3 matrix.
y Shear factor.
Builds a vertical (parallel to the y axis) shear 3 * 3 matrix.
x Shear factor.
Builds a translation 3 * 3 matrix created from a vector of 2 components.
v Coordinates of a translation vector.
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
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