'\" '\" Copyright (c) 1997 Maorong Zou '\" .TH EZ_CopyMatrix 3 "" EZWGL "EZWGL Functions" .BS .SH NAME EZ_CopyMatrix \- copy one matrix to another .SH SYNOPSIS .nf .B #include .sp .BI "void EZ_CopyMatrix( EZ_Matrix " des ", EZ_Matrix " src ) .SH ARGUMENTS \fIsrc\fR specifies a source matrix. .sp \fIses\fR specifies the destination matrix. .SH DESCRIPTION \fBEZ_CopyMatrix\fR copies matrix \fIsrc\fR to \fIdes\fR. .SH "SEE ALSO" EZ_LoadMatrix(3), EZ_IdentityMatrix(3), EZ_MatrixMode(3)