VEC3SquareLen

nn::math::VEC3SquareLen Function

Syntax

f32 VEC3SquareLen(
     const VEC3 * p
);

Parameters

Name Description
in p Pointer to the input vector.

Return Values

Returns the square of the length of p.

Description

Calculates the square of a vector length.


CONFIDENTIAL