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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::MeshMeshDistanceResult Aliases: MeshDistanceResult \\addtogroup AABBTreeGroup \\{
None mrmeshpy.MeshMeshDistanceResult.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.MeshMeshDistanceResult.__init__ | ( | self, | |
MeshMeshDistanceResult | arg0 ) |
Implicit copy constructor.
None mrmeshpy.MeshMeshDistanceResult.__init__ | ( | self, | |
PointOnFace | a, | ||
PointOnFace | b, | ||
float | distSq ) |
Implicit aggregate constructor.
|
staticprotected |
PointOnFace mrmeshpy.MeshMeshDistanceResult.a | ( | self | ) |
two closest points: from meshes A and B respectively
None mrmeshpy.MeshMeshDistanceResult.a | ( | self, | |
PointOnFace | arg1 ) |
PointOnFace mrmeshpy.MeshMeshDistanceResult.b | ( | self | ) |
two closest points: from meshes A and B respectively
None mrmeshpy.MeshMeshDistanceResult.b | ( | self, | |
PointOnFace | arg1 ) |
float mrmeshpy.MeshMeshDistanceResult.distSq | ( | self | ) |
squared distance between a and b
None mrmeshpy.MeshMeshDistanceResult.distSq | ( | self, | |
float | arg1 ) |