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

two edge-points (e.g. representing collision point of two edges) More...

#include <MREdgePoint.h>

Public Member Functions

 EdgePointPair ()=default
 
 EdgePointPair (EdgePoint ia, EdgePoint ib)
 
bool operator== (const EdgePointPair &rhs) const =default
 returns true if two edge-point pairs are equal including equal not-unique representation
 

Public Attributes

EdgePoint a
 
EdgePoint b
 

Detailed Description

two edge-points (e.g. representing collision point of two edges)


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