FVector::Triple

Triple product of three vectors: X dot (Y cross Z).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Vector.h

Include

#include "Math/Vector.h"

Syntax

static float Triple
(
    const FVector & X,
    const FVector & Y,
    const FVector & Z
)

Remarks

Triple product of three vectors: X dot (Y cross Z).

Returns

The triple product: X dot (Y cross Z).

Parameters

Parameter

Description

X

The first vector.

Y

The second vector.

Z

The third vector.

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