nn::math::VEC4Len Function

Syntax

f32 VEC4Len(
     const VEC4 * p
);

Arguments

Name Description
in p Pointer to the input vector.

Return Values

Returns the length of p.

Description

Calculates the vector length.


CONFIDENTIAL