nn::math::VEC2::Dot Member Function

Syntax

f32 Dot(
     const VEC2 & vec
) const;

Arguments

Name Description
in vec The vector to use to calculate the dot product.

Return Values

Description

Calculates the dot product with the specified vector.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL