Ninja Library - View Function

njMultiViewMatrix

Multiplies a view by a matrix

FORMAT

void njMultiViewMatrix( *v, *m )
NJS_VIEW *v
NJS_MATRIX *m

PARAMETER

 *v  Pointer to view structure 
 *m  Pointer to matrix structure 

RETURN

None

DESCRIPTION

Multiplies a user-specified view by a matrix.

% Result %
[VM]: view matrix
[M]: matrix
[VM] = [M][VM]
(px, py, pz) = (px, py, pz)[M]
(vx, vy, vz) = (vx, vy, vz)[M]
roll = roll


NOTE

When parameter v is NULL, the current matrix is used.

** Important **

This function is not deleted to keep compatible with Ninja program before SDK Ver. 0.15. When programs are written newly, do not use this function as it may be eliminated in the future.


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