Open 3D Engine PhysX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
PolygonPrismMeshUtils::Face Struct Reference

A face in a doubly connected edge list (a data structure for efficiently manipulating meshes). More...

#include <PolygonPrismMeshUtils.h>

Public Attributes

HalfEdgem_edge = nullptr
 One arbitrary half-edge in this face.
 
int m_numEdges = 0
 The number of edges this face has.
 
bool m_removed = false
 Marks if the face has been removed due to merging with another face.
 

Detailed Description

A face in a doubly connected edge list (a data structure for efficiently manipulating meshes).


The documentation for this struct was generated from the following file: