TTransform3::InverseTransformNormal

Surface Normals are special, their inverse transform is InverseRotate( Normalize(Scale * Normal) ) )

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "TransformTypes.h"

Syntax

FVector3< RealType > InverseTransformNormal
(
    const FVector3< RealType > & Normal
) const

Remarks

Surface Normals are special, their inverse transform is InverseRotate( Normalize(Scale * Normal) ) )

Returns

input surface normal with inverse transform applied.

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