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 |
mesh triangle represented by its three vertices and by its face ID