dtSqr

Returns the square of the value.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

template<class T>
T dtSqr
(
    T a
)

Remarks

Returns the square of the value.

Returns

The square of the value.

Parameters

Parameter

Description

a

The value.

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