MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::MeshBuilder::Triangle Struct Reference

mesh triangle represented by its three vertices and by its face ID More...

#include <MRMeshBuilderTypes.h>

Public Member Functions

 Triangle () noexcept=default
 
 Triangle (VertId a, VertId b, VertId c, FaceId f)
 
bool operator== (const Triangle &other) const
 

Public Attributes

ThreeVertIds v
 
FaceId f
 

Detailed Description

mesh triangle represented by its three vertices and by its face ID


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