|
||
void tm_copy( MATRIX tm_from, MATRIX tm_to )
MATRIX tm_from; // source transformation matrix MATRIX tm_to; // destination transformation matrix
|
|
|
Synopsis |
#include "silver.h"
The tm_copy function copies the transformation matrix tm_from into the matrix tm_to.
|
|
Parameters |
tm _from and tm _to are the addresses of 4x4 arrays of doubles.
|
|
Return Value |
none. |
|
|
|