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