MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.EdgePointPair Class Reference

Public Member Functions

bool __eq__ (self, EdgePointPair rhs)
 
None __init__ (self)
 
None __init__ (self, EdgePoint ia, EdgePoint ib)
 
None __init__ (self, EdgePointPair arg0)
 

Detailed Description

Generated from:  MR::EdgePointPair

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.EdgePointPair.__init__ ( self)

◆ __init__() [2/3]

None meshlib.mrmeshpy.EdgePointPair.__init__ ( self,
EdgePoint ia,
EdgePoint ib )

◆ __init__() [3/3]

None meshlib.mrmeshpy.EdgePointPair.__init__ ( self,
EdgePointPair arg0 )
Implicit copy constructor.

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.EdgePointPair.__eq__ ( self,
EdgePointPair rhs )
returns true if two edge-point pairs are equal including equal not-unique representation

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