ComputeTriangleNormals

TODO: this functionality shouldn't live in this api probably; get it from geometry processing modules or something else?

Windows
MacOS
Linux

References

Module

PlanarCut

Header

/Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h

Include

#include "PlanarCut.h"

Source

/Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp

Syntax

void ComputeTriangleNormals
(
    const TArrayView< const FVector > Vertices,
    const TArrayView< const FIntVector > Triangles,
    TArray< FVector > & TriangleNormals
)

Remarks

TODO: this functionality shouldn't live in this api probably; get it from geometry processing modules or something else?

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