|
||
void tm_cspace( MATRIX tm )
MATRIX tm; // transformation matrix to receive result
|
|
|
Synopsis |
#include "silver.h"
The tm_cspace function places the current c-space matrix in tm . This matrix provides the transformation from w-space to c-space. tm_inverse can be used to on this matrix to get a transfomation matrix that transforms c-space to w-space.
|
|
Parameters |
tm is the address of a 4x4 array of doubles.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|