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