Public Member Functions | |
| bool | __eq__ (self, SegmPointd rhs) |
| bool | __eq__ (self, float rhs) |
| float | __float__ (self) |
| None | __init__ (self) |
| None | __init__ (self, float a) |
| None | __init__ (self, SegmPointd arg0) |
| str | __repr__ (self) |
| float | convert_to_double (self) |
| int | inVertex (self) |
| SegmPointd | sym (self) |
| float | a (self) |
| None | a (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SegmPointd | operator (*args, **kwargs) |
| SegmPointd | operator (*args, **kwargs) |
Static Public Attributes | |
| typing | eps = 2.220446049250313e-15 |
Static Protected Attributes | |
| typing | _offsetof_a = 0 |
Generated from: MR::SegmPointd \\brief encodes a point inside a line segment using relative distance in [0,1]
|
static |
| None mrmeshpy.SegmPointd.__init__ | ( | self | ) |
| None mrmeshpy.SegmPointd.__init__ | ( | self, | |
| float | a ) |
| None mrmeshpy.SegmPointd.__init__ | ( | self, | |
| SegmPointd | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.SegmPointd.__eq__ | ( | self, | |
| float | rhs ) |
| bool mrmeshpy.SegmPointd.__eq__ | ( | self, | |
| SegmPointd | rhs ) |
returns true if two points have equal (a) representation
| float mrmeshpy.SegmPointd.__float__ | ( | self | ) |
| str mrmeshpy.SegmPointd.__repr__ | ( | self | ) |
| float mrmeshpy.SegmPointd.a | ( | self | ) |
a in [0,1], a=0 => point is in v0, a=1 => point is in v1
| None mrmeshpy.SegmPointd.a | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.SegmPointd.convert_to_double | ( | self | ) |
| int mrmeshpy.SegmPointd.inVertex | ( | self | ) |
returns [0,1] if the point is in a vertex or -1 otherwise
|
static |
|
static |
| SegmPointd mrmeshpy.SegmPointd.sym | ( | self | ) |
represents the same point relative to oppositely directed segment
|
staticprotected |
|
static |