该函数会清空矩阵栈。
matrix_stack_clear();
N/A(无返回值)
if !matrix_stack_is_empty() { matrix_stack_clear(); }
上面的代码检查矩阵栈以查看它是否为空,如果不是,则清除它。