Ninja Library - Matrix Function

njInnerProduct

Obtains the inner product of two vectors

FORMAT

Float njInnerProduct(*v1, *v2)
NJS_VECTOR *v1
NJS_VECTOR *v2

PARAMETER

 *v1  Vector 1 
 *v2  Vector 2 

RETURN

Value of inner product

DESCRIPTION

Obtains the inner product of two vectors.
njInnerProduct
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999
 Return value=v1 * v2