MeshLib
 
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)

Constructor & Destructor Documentation

◆ EdgePointPair() [1/2]

MR::EdgePointPair::EdgePointPair ( )
default

◆ EdgePointPair() [2/2]

MR::EdgePointPair::EdgePointPair ( EdgePoint ia,
EdgePoint ib )
inline

Member Function Documentation

◆ operator==()

bool MR::EdgePointPair::operator== ( const EdgePointPair & rhs) const
default

returns true if two edge-point pairs are equal including equal not-unique representation

Member Data Documentation

◆ a

EdgePoint MR::EdgePointPair::a

◆ b

EdgePoint MR::EdgePointPair::b

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