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

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshMeshDistanceResult arg0)
 
None __init__ (self, PointOnFace a, PointOnFace b, float distSq)
 
PointOnFace a (self)
 
None a (self, PointOnFace arg1)
 
PointOnFace b (self)
 
None b (self, PointOnFace arg1)
 
float distSq (self)
 
None distSq (self, float arg1)
 

Detailed Description

Generated from:  MR::MeshMeshDistanceResult
Aliases:  MeshDistanceResult

\\addtogroup AABBTreeGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MeshMeshDistanceResult.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.MeshMeshDistanceResult.__init__ ( self,
PointOnFace a,
PointOnFace b,
float distSq )
Implicit aggregate constructor.

Member Function Documentation

◆ a() [1/2]

PointOnFace meshlib.mrmeshpy.MeshMeshDistanceResult.a ( self)
two closest points: from meshes A and B respectively

◆ a() [2/2]

None meshlib.mrmeshpy.MeshMeshDistanceResult.a ( self,
PointOnFace arg1 )

◆ b() [1/2]

PointOnFace meshlib.mrmeshpy.MeshMeshDistanceResult.b ( self)
two closest points: from meshes A and B respectively

◆ b() [2/2]

None meshlib.mrmeshpy.MeshMeshDistanceResult.b ( self,
PointOnFace arg1 )

◆ distSq() [1/2]

float meshlib.mrmeshpy.MeshMeshDistanceResult.distSq ( self)
squared distance between a and b

◆ distSq() [2/2]

None meshlib.mrmeshpy.MeshMeshDistanceResult.distSq ( self,
float arg1 )

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