FVector2D::CrossProduct

Calculate the cross product of two vectors.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector2D.h"

Syntax

static float CrossProduct
(
    const FVector2D & A,
    const FVector2D & B
)

Remarks

Calculate the cross product of two vectors.

Returns

The cross product.

Parameters

Parameter

Description

A

The first vector.

B

The second 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