Searched defs:det3x3 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmatrix.c251 #define det3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3) \ macro
256 const float cof00 = det3x3( m11, m12, m13,
260 const float cof01 = -det3x3( m12, m13, m10,
264 const float cof02 = det3x3( m13, m10, m11,
268 const float cof03 = -det3x3( m10, m11, m12,
277 const float cof10 = -det3x3( m21, m22, m23,
281 const float cof11 = det3x3( m22, m23, m20,
285 const float cof12 = -det3x3( m23, m20, m21,
289 const float cof13 = det3x3( m20, m21, m22,
295 const float cof20 = det3x3( m3
328 #undef det3x3 macro
[all...]

Completed in 45 milliseconds