nn::math::VEC4::LenSq Member Function

Syntax

f32 LenSq() const;

Arguments

None.

Return Values

Description

Calculates the square of a vector length. Use of this function is not recommended because it may be removed in the future. We recommend that you use LengthSquare instead.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL