njSubMatrix
Japanese
<-
|
INDEX
|
->
Performs matrix subtraction.
FORMAT
#include <Ninja.h> void njSubMatrix(*md, *ms) NJS_MATRIX *md NJS_MATRIX *ms
PARAMETERS
NJS_MATRIX *md
minuend matrix
NJS_MATRIX *ms
subtrahend matrix
RETURN VALUE
None
FUNCTION
Subtracts one matrix from another. ([md] = [md] - [ms])
When parameter m is NULL, the current matrix is taken as the minuend.
EXAMPLE
NOTES
RELATED TOPICS
NJS_MATRIX
njSubMatrix
<-
|
INDEX
|
->
Copyright SEGA ENTERPRISES, LTD., 1997