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

Public Member Functions

bool __bool__ (self)
 
None __init__ (self)
 
None __init__ (self, MeshPointAndDistance arg0)
 
None __init__ (self, MeshTriPoint mtp, float dist)
 
bool valid (self)
 
float dist (self)
 
None dist (self, float arg1)
 
MeshTriPoint mtp (self)
 
None mtp (self, MeshTriPoint arg1)
 

Detailed Description

Generated from:  MR::MeshPointAndDistance

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MeshPointAndDistance.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.MeshPointAndDistance.__init__ ( self,
MeshTriPoint mtp,
float dist )
Implicit aggregate constructor.

Member Function Documentation

◆ __bool__()

bool mrmeshpy.MeshPointAndDistance.__bool__ ( self)

◆ dist() [1/2]

float mrmeshpy.MeshPointAndDistance.dist ( self)
the distance from input location to mtp considering point's weight

◆ dist() [2/2]

None mrmeshpy.MeshPointAndDistance.dist ( self,
float arg1 )

◆ mtp() [1/2]

MeshTriPoint mrmeshpy.MeshPointAndDistance.mtp ( self)
a point on mesh in barycentric representation

◆ mtp() [2/2]

None mrmeshpy.MeshPointAndDistance.mtp ( self,
MeshTriPoint arg1 )

◆ valid()

bool mrmeshpy.MeshPointAndDistance.valid ( self)
check for validity, otherwise there is no point closer than maxDistance

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