nn::math::VEC2Len
Function
Syntax
f32 VEC2Len( const
VEC2
* p );
Arguments
Name
Description
in
p
Pointer to the input vector.
Return Values
Returns the length of
p
.
Description
Calculates the vector length.
CONFIDENTIAL