nn::math::VEC4Len Function

Syntax

NN_MATH_INLINE f32 VEC4Len(
     const VEC4 * p
);

Parameters

Name Description
in p Pointer to the input vector.

Return Values

Returns the length of p.

Description

Calculates the vector length.


CONFIDENTIAL