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