global functions
Return the determinant of a mat4 matrix. (From GLM_GTX_simd_mat4 extension).
Return the inverse of a mat4 matrix. (From GLM_GTX_simd_mat4 extension).
Convert a simdMat4 to a mat4. (From GLM_GTX_simd_mat4 extension)
Multiply matrix x by matrix y component-wise, i.e., result[i][j] is the scalar product of x[i][j] and y[i][j]. (From GLM_GTX_simd_mat4 extension).
Treats the first parameter c as a column vector and the second parameter r as a row vector and does a linear algebraic matrix multiply c * r. (From GLM_GTX_simd_mat4 extension).
Returns the transposed matrix of x (From GLM_GTX_simd_mat4 extension).
Last updated Saturday, 17 August 2024 20:48:14 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
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