IGizmoAxisSource::GetTangentVectors

Get the two tangent vectors that are orthogonal to the Direction vector.

Windows
MacOS
Linux

Warnings

Override Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h

Include

#include "BaseGizmos/GizmoInterfaces.h"

Syntax

virtual void GetTangentVectors
(
    FVector & TangentXOut,
    FVector & TangentYOut
) const

Remarks

Get the two tangent vectors that are orthogonal to the Direction vector.

Only valid if HasTangentVectors() returns true

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