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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
EdgePointPair operator (*args, **kwargs)
 
EdgePointPair operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_a = 0
 
typing _offsetof_b = 8
 

Detailed Description

Generated from:  MR::EdgePointPair

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.EdgePointPair.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.EdgePointPair.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ __eq__()

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

◆ operator() [1/2]

EdgePointPair mrmeshpy.EdgePointPair.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

EdgePointPair mrmeshpy.EdgePointPair.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_a

typing mrmeshpy.EdgePointPair._offsetof_a = 0
staticprotected

◆ _offsetof_b

typing mrmeshpy.EdgePointPair._offsetof_b = 8
staticprotected

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