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

Public Member Functions

None __init__ (self)
 
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)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_a = 0
 
typing _offsetof_b = 16
 
typing _offsetof_distSq = 32
 

Detailed Description

Generated from:  MR::MeshMeshDistanceResult
Aliases:  MeshDistanceResult

\\addtogroup AABBTreeGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.MeshMeshDistanceResult.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ a() [1/2]

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

◆ a() [2/2]

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

◆ b() [1/2]

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

◆ b() [2/2]

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

◆ distSq() [1/2]

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

◆ distSq() [2/2]

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_a

typing mrmeshpy.MeshMeshDistanceResult._offsetof_a = 0
staticprotected

◆ _offsetof_b

typing mrmeshpy.MeshMeshDistanceResult._offsetof_b = 16
staticprotected

◆ _offsetof_distSq

typing mrmeshpy.MeshMeshDistanceResult._offsetof_distSq = 32
staticprotected

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