Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, TwoLineSegmClosestPoints_float arg0) |
| None | __init__ (self, Vector3f a, Vector3f b, Vector3f dir) |
| Vector3f | a (self) |
| None | a (self, Vector3f arg1) |
| Vector3f | b (self) |
| None | b (self, Vector3f arg1) |
| Vector3f | dir (self) |
| None | dir (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| TwoLineSegmClosestPoints_float | operator (*args, **kwargs) |
| TwoLineSegmClosestPoints_float | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 12 |
| typing | _offsetof_dir = 24 |
Generated from: MR::TwoLineSegmClosestPoints<float> Aliases: TwoLineSegmClosestPointsf
|
static |
| None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ | ( | self | ) |
| None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ | ( | self, | |
| TwoLineSegmClosestPoints_float | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ | ( | self, | |
| Vector3f | a, | ||
| Vector3f | b, | ||
| Vector3f | dir ) |
Implicit aggregate constructor.
| Vector3f mrmeshpy.TwoLineSegmClosestPoints_float.a | ( | self | ) |
the closest points each from its respective segment
| None mrmeshpy.TwoLineSegmClosestPoints_float.a | ( | self, | |
| Vector3f | arg1 ) |
| Vector3f mrmeshpy.TwoLineSegmClosestPoints_float.b | ( | self | ) |
the closest points each from its respective segment
| None mrmeshpy.TwoLineSegmClosestPoints_float.b | ( | self, | |
| Vector3f | arg1 ) |
| Vector3f mrmeshpy.TwoLineSegmClosestPoints_float.dir | ( | self | ) |
if both closest points are in segment endpoints, then directed from closest point a to closest point b, if both closest points are inner to the segments, then its orthogonal to both segments and directed from a to b, otherwise it is orthogonal to the segment with inner closest point and rotated toward/away the other closest point in endpoint
| None mrmeshpy.TwoLineSegmClosestPoints_float.dir | ( | self, | |
| Vector3f | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |