Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, TwoLineSegmClosestPoints_double arg0) |
| None | __init__ (self, Vector3d a, Vector3d b, Vector3d dir) |
| Vector3d | a (self) |
| None | a (self, Vector3d arg1) |
| Vector3d | b (self) |
| None | b (self, Vector3d arg1) |
| Vector3d | dir (self) |
| None | dir (self, Vector3d arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| TwoLineSegmClosestPoints_double | operator (*args, **kwargs) |
| TwoLineSegmClosestPoints_double | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
| typing | _offsetof_b = 24 |
| typing | _offsetof_dir = 48 |
Generated from: MR::TwoLineSegmClosestPoints<double> Aliases: TwoLineSegmClosestPointsd
|
static |
| None mrmeshpy.TwoLineSegmClosestPoints_double.__init__ | ( | self | ) |
| None mrmeshpy.TwoLineSegmClosestPoints_double.__init__ | ( | self, | |
| TwoLineSegmClosestPoints_double | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.TwoLineSegmClosestPoints_double.__init__ | ( | self, | |
| Vector3d | a, | ||
| Vector3d | b, | ||
| Vector3d | dir ) |
Implicit aggregate constructor.
| Vector3d mrmeshpy.TwoLineSegmClosestPoints_double.a | ( | self | ) |
the closest points each from its respective segment
| None mrmeshpy.TwoLineSegmClosestPoints_double.a | ( | self, | |
| Vector3d | arg1 ) |
| Vector3d mrmeshpy.TwoLineSegmClosestPoints_double.b | ( | self | ) |
the closest points each from its respective segment
| None mrmeshpy.TwoLineSegmClosestPoints_double.b | ( | self, | |
| Vector3d | arg1 ) |
| Vector3d mrmeshpy.TwoLineSegmClosestPoints_double.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_double.dir | ( | self, | |
| Vector3d | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |