njAddMatrix
Japanese
--|
INDEX
|
->
Performs matrix addition.
FORMAT
#include <Ninja.h> void njAddMatrix(*md, *ms) NJS_MATRIX *md NJS_MATRIX *ms
PARAMETERS
NJS_MATRIX *md
destination matrix
NJS_MATRIX *ms
matrix to be added
RETURN VALUE
None
FUNCTION
Performs matrix addition ([md] = [md] + [ms]).
If parameter md is NULL, the current matrix becomes the destination matrix.
EXAMPLE
NOTES
RELATED TOPICS
NJS_MATRIX
njAddMatrix
--|
INDEX
|
->
Copyright SEGA ENTERPRISES, LTD., 1997