FVector::FindBestAxisVectors

Find good arbitrary axis vectors to represent U and V axes of a plane, using this vector as the normal of the plane.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Source

/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp

Syntax

void FindBestAxisVectors
(
    FVector & Axis1,
    FVector & Axis2
) const

Remarks

Find good arbitrary axis vectors to represent U and V axes of a plane, using this vector as the normal of the plane.

Parameters

Parameter

Description

Axis1

Reference to first axis.

Axis2

Reference to second axis.

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