dtVRot90

Rotate by 90 degree increments.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp

Syntax

void dtVRot90
(
    unsigned short * dest,
    const unsigned short * v,
    const dtRotation rot
)

Remarks

Rotate by 90 degree increments.

Parameters

Parameter

Description

dest

The result position. [(x, y, z)]

v

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

rot

The rotation enum 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