Clears the matrix stack with the current view matrix. The current matrix pointer is restored to the base matrix pointer.
EXAMPLE
The following prepares and initializes a matrix stack and sets it with the current view.
NJS_MATRIX stack[10];
NJS_VIEW view;
njInitMatrix(stack, 10);
njInitView(&view);
njSetView(&view);
njClearMatrix();