nn::math::VEC3::Cross Member Function

Syntax

self_type & Cross(
     const VEC3 & lhs,
     const VEC3 & rhs
);

Parameters

Name Description
lhs
rhs

Return Values

Description

Calculates the cross product of two vectors and sets the result.

The vector lhs represents the left side of the equation that calculates the cross product. The vector rhs represents the right side of the equation that calculates the cross product.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL