Ninja Library - Matrix Function
njOuterProduct
Obtains the outer product of two vectors
FORMAT
Float njOuterProduct(*v1, *v2, *ov)
NJS_VECTOR
*v1
NJS_VECTOR
*v2
NJS_VECTOR
*ov
PARAMETER
*v1
Vector 1
*v2
Vector 2
*ov
Outer product of vector 1 and vector 2
RETURN
Absolute value of outer product
DESCRIPTION
Obtains the outer product of two vectors and returns the absolute value of the result.
Return value = |v1 * v2|
njOuterProduct
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999