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 |
two edge-points (e.g. representing collision point of two edges)
|
default |
|
default |
returns true if two edge-point pairs are equal including equal not-unique representation
EdgePoint MR::EdgePointPair::a |
EdgePoint MR::EdgePointPair::b |