global functions
Return the determinant of a squared matrix.
Type parameters:
valType Floating-point scalar types.
See also: GLSL determinant man page
See also: GLSL 4.20.8 specification, section 8.6 Matrix Functions
Return the inverse of a squared matrix.
Type parameters:
valType Floating-point scalar types.
See also: GLSL inverse man page
See also: GLSL 4.20.8 specification, section 8.6 Matrix Functions
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].
Type parameters:
matType Floating-point matrix types.
See also: GLSL matrixCompMult man page
See also: GLSL 4.20.8 specification, section 8.6 Matrix Functions
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.
Type parameters:
matType Floating-point matrix types.
See also: GLSL outerProduct man page
See also: GLSL 4.20.8 specification, section 8.6 Matrix Functions
Last updated 星期二, 19 十一月 2024 17:26:04 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