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 |
Generated from: MR::MeshMeshDistanceResult Aliases: MeshDistanceResult \\addtogroup AABBTreeGroup \\{
|
static |
None mrmeshpy.MeshMeshDistanceResult.__init__ | ( | self | ) |
None mrmeshpy.MeshMeshDistanceResult.__init__ | ( | self, | |
PointOnFace | a, | ||
PointOnFace | b, | ||
float | distSq ) |
Implicit aggregate constructor.
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 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |