Ninja Library - Matrix Function

njAddMatrix

Performs matrix addition

FORMAT

void njAddMatrix( *md, *ms )
NJS_MATRIX *md
NJS_MATRIX *ms

PARAMETER

 *md  Destination matrix 
 *ms  Matrix to be added 

RETURN

None

DESCRIPTION

Performs matrix addition.

([md] = [md] + [ms])


NOTE

If parameter md is NULL, the current matrix becomes the destination matrix.

njAddMatrix
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999