SilverScreen Solid Modeler

tm_copy

tm_copy

Previous topic Next topic  

tm_copy

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

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.