FMeshTriInfoCache

Basic cache of per-triangle information for a mesh

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/MeshCaches.h

Include

#include "Util/MeshCaches.h"

Syntax

struct FMeshTriInfoCache

Remarks

Basic cache of per-triangle information for a mesh

Variables

Name Description

Public variable

TDynamicVector<...

 

Areas

Public variable

TDynamicVector<...

 

Centroids

Public variable

TDynamicVector<...

 

Normals

Functions

Name Description

Public function Static

FMeshTriInfo...

 

BuildTriInfoCache

(
    const TriangleMeshType& Mesh
)

Public function Const

void

 

GetTriInfo

(
    int TriangleID,
    FVector3d& NormalOut,
    double& AreaOut,
    FVector3d& CentroidOut
)

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