Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MeshMeshSignedDistanceResult arg0) |
| None | __init__ (self, PointOnFace a, PointOnFace b, float signedDist) |
| PointOnFace | a (self) |
| None | a (self, PointOnFace arg1) |
| PointOnFace | b (self) |
| None | b (self, PointOnFace arg1) |
| float | signedDist (self) |
| None | signedDist (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshMeshSignedDistanceResult | operator (*args, **kwargs) |
| MeshMeshSignedDistanceResult | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 16 |
| typing | _offsetof_signedDist = 32 |
Generated from: MR::MeshMeshSignedDistanceResult
|
static |
| None mrmeshpy.MeshMeshSignedDistanceResult.__init__ | ( | self | ) |
| None mrmeshpy.MeshMeshSignedDistanceResult.__init__ | ( | self, | |
| MeshMeshSignedDistanceResult | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshMeshSignedDistanceResult.__init__ | ( | self, | |
| PointOnFace | a, | ||
| PointOnFace | b, | ||
| float | signedDist ) |
Implicit aggregate constructor.
| PointOnFace mrmeshpy.MeshMeshSignedDistanceResult.a | ( | self | ) |
two closest points: from meshes A and B respectively
| None mrmeshpy.MeshMeshSignedDistanceResult.a | ( | self, | |
| PointOnFace | arg1 ) |
| PointOnFace mrmeshpy.MeshMeshSignedDistanceResult.b | ( | self | ) |
two closest points: from meshes A and B respectively
| None mrmeshpy.MeshMeshSignedDistanceResult.b | ( | self, | |
| PointOnFace | arg1 ) |
|
static |
|
static |
| float mrmeshpy.MeshMeshSignedDistanceResult.signedDist | ( | self | ) |
signed distance between a and b, positive if meshes do not collide
| None mrmeshpy.MeshMeshSignedDistanceResult.signedDist | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |