dtVlenSqr

Derives the square of the scalar length of the vector. (len * len)

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h

Include

#include "Detour/DetourCommon.h"

Syntax

float dtVlenSqr
(
    const float * v
)

Remarks

Derives the square of the scalar length of the vector. (len * len)

Returns

The square of the scalar length of the vector.

Parameters

Parameter

Description

v

The vector. [(x, y, z)]

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss