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