*m | Calculation matrix |
The following determines the matrix expression of the current matrix. NJS_MATRIX stack[10]; NJS_VIEW view; Flaot det; njInitMatrix(stack, 10); njInitView(&view); njSetView(&view); njClearMatrix(); njPushMatrix(NULL); det = njDetMatrix(NULL); njPopMatrix(1);