TQuaternion::SetFromTo

This function can take non-normalized vectors vFrom and vTo (normalizes internally)

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Quaternion.h

Include

#include "Quaternion.h"

Syntax

void SetFromTo
(
    const FVector3< RealType > & From,
    const FVector3< RealType > & To
)

Remarks

This function can take non-normalized vectors vFrom and vTo (normalizes internally)

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