nn::math::VEC4LenSq Function

Syntax

NN_MATH_INLINE f32 VEC4LenSq(
     const VEC4 * 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