TTransform3::TransformPosition

Vector-type-conversion variants.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "TransformTypes.h"

Syntax

template<typename RealType2>
FVector3< RealType2 > TransformPosition
(
    const FVector3< RealType2 > & P
) const

Remarks

Vector-type-conversion variants. This allows applying a float transform to double vector and vice-versa. Whether this should be allowed is debatable. However in practice it is extremely rare to convert an entire float transform to a double transform in order to apply to a double vector, which is the only case where this conversion is an issue

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