dtVmax

Selects the maximum value of each element from the specified vectors.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVmax
(
    float * mx,
    const float * v
)

Remarks

Selects the maximum value of each element from the specified vectors.

Parameters

Parameter

Description

mx

A vector. (Will be updated with the result.) [(x, y, z)]

v

A 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