dtVcross

Derives the cross product of two vectors. (`v1_ x `v2_)

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVcross
(
    float * dest,
    const float * v1,
    const float * v2
)

Remarks

Derives the cross product of two vectors. (v1_ x v2_)

Parameters

Parameter

Description

dest

The cross product. [(x, y, z)]

v1

A Vector [(x, y, z)]

v2

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