Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/MeshCaches.h |
| Include | #include "Util/MeshCaches.h" |
Syntax
struct FMeshTriInfoCache
Remarks
Basic cache of per-triangle information for a mesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| TDynamicVector< double > | Areas | ||
| TDynamicVector< FVector3d > | Centroids | ||
| TDynamicVector< FVector3d > | Normals |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMeshTriInfoCache | BuildTriInfoCache
(
const TriangleMeshType& Mesh |
||
| void | GetTriInfo
(
int TriangleID, |