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 金曜日, 15 9月 2023 21:25:14 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
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