Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, TriTriDistanceResult_float arg0) |
| None | __init__ (self, Vector3f a, Vector3f b, float distSq, bool overlap) |
| Vector3f | a (self) |
| None | a (self, Vector3f arg1) |
| Vector3f | b (self) |
| None | b (self, Vector3f arg1) |
| float | distSq (self) |
| None | distSq (self, float arg1) |
| bool | overlap (self) |
| None | overlap (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| TriTriDistanceResult_float | operator (*args, **kwargs) |
| TriTriDistanceResult_float | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 12 |
| typing | _offsetof_distSq = 24 |
| typing | _offsetof_overlap = 28 |
Generated from: MR::TriTriDistanceResult<float> Aliases: TriTriDistanceResultf
|
static |
| None mrmeshpy.TriTriDistanceResult_float.__init__ | ( | self | ) |
| None mrmeshpy.TriTriDistanceResult_float.__init__ | ( | self, | |
| TriTriDistanceResult_float | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.TriTriDistanceResult_float.__init__ | ( | self, | |
| Vector3f | a, | ||
| Vector3f | b, | ||
| float | distSq, | ||
| bool | overlap ) |
Implicit aggregate constructor.
| Vector3f mrmeshpy.TriTriDistanceResult_float.a | ( | self | ) |
If the triangles are disjoint, these points are the closest points of the corresponding triangles. However, if the triangles overlap, these are basically a random pair of points from the triangles, not coincident points on the intersection of the triangles, as might be expected.
| None mrmeshpy.TriTriDistanceResult_float.a | ( | self, | |
| Vector3f | arg1 ) |
| Vector3f mrmeshpy.TriTriDistanceResult_float.b | ( | self | ) |
If the triangles are disjoint, these points are the closest points of the corresponding triangles. However, if the triangles overlap, these are basically a random pair of points from the triangles, not coincident points on the intersection of the triangles, as might be expected.
| None mrmeshpy.TriTriDistanceResult_float.b | ( | self, | |
| Vector3f | arg1 ) |
| float mrmeshpy.TriTriDistanceResult_float.distSq | ( | self | ) |
If the triangles are disjoint, it is the squared distance them (equal to the squared distance between a and b points). If the triangles overlap, it is zero.
| None mrmeshpy.TriTriDistanceResult_float.distSq | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| bool mrmeshpy.TriTriDistanceResult_float.overlap | ( | self | ) |
overlap==true means that the triangles are intersecting and not just touch one another => distSq == 0 if distSq == 0 and overlap == false, then the triangles just touch one another
| None mrmeshpy.TriTriDistanceResult_float.overlap | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |