98 double ComputeMaxAngle()
const;
99 bool CheckOrientation()
const;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
DIRECTLINK_API Display
Definition DirectLinkLog.h:8
Definition HaveStates.h:48
Definition ModelMeshAnalyzer.h:80
FModelMeshAnalyzer(const FModelMesh &InModelMesh)
Definition ModelMeshAnalyzer.h:89
Definition ModelMesh.h:21
Definition CADEntity.cpp:23
EVisuProperty
Definition Visu.h:15
U16 Index
Definition radfft.cpp:71
Definition ModelMeshAnalyzer.h:50
FTriangle * Triangles[MaxTraingleStoredCount]
Definition ModelMeshAnalyzer.h:53
uint32 OtherVertexIndex(uint32 Index) const
Definition ModelMeshAnalyzer.h:71
uint32 VertexIndices[2]
Definition ModelMeshAnalyzer.h:52
void AddTriangle(FTriangle &Triangle)
Definition ModelMeshAnalyzer.h:62
static const int32 MaxTraingleStoredCount
Definition ModelMeshAnalyzer.h:51
uint32 TriangleCount
Definition ModelMeshAnalyzer.h:54
FEdge(uint32 Index0, uint32 Index1)
Definition ModelMeshAnalyzer.h:56
Definition ModelMeshAnalyzer.h:22
FVector3f Normals[3]
Definition ModelMeshAnalyzer.h:24
FTriangle(uint32 *InVertices, FEdge **InEdges, FVector3f *InNormals, const FFaceMesh *InFaceMesh)
Definition ModelMeshAnalyzer.h:29
const FFaceMesh * FaceMesh
Definition ModelMeshAnalyzer.h:26
FVector ComputeNormal(const TArray< FVector > &NodeCoordinates) const
Definition ModelMeshAnalyzer.cpp:263
FEdge * Edges[3]
Definition ModelMeshAnalyzer.h:25
uint32 Vertices[3]
Definition ModelMeshAnalyzer.h:23