Public Member Functions | |
bool | __eq__ (self, Sphere2d b) |
None | __init__ (self) |
None | __init__ (self, Vector2d c, float r) |
None | __init__ (self, Sphere2d arg0) |
float | distance (self, Vector2d x) |
float | distanceSq (self, Vector2d x) |
Vector2d | project (self, Vector2d x) |
Generated from: MR::Sphere2d Aliases: Sphere_Vector2_double \\ingroup MathGroup
None meshlib.mrmeshpy.Sphere2d.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Sphere2d.__init__ | ( | self, | |
Vector2d | c, | ||
float | r ) |
None meshlib.mrmeshpy.Sphere2d.__init__ | ( | self, | |
Sphere2d | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Sphere2d.__eq__ | ( | self, | |
Sphere2d | b ) |
float meshlib.mrmeshpy.Sphere2d.distance | ( | self, | |
Vector2d | x ) |
returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside
float meshlib.mrmeshpy.Sphere2d.distanceSq | ( | self, | |
Vector2d | x ) |
returns squared distance from given point to this sphere