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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::Sphere3d \\ingroup MathGroup
None mrmeshpy.Sphere3d.__init__ | ( | self | ) |
None mrmeshpy.Sphere3d.__init__ | ( | self, | |
Vector3d | c, | ||
float | r ) |
None mrmeshpy.Sphere3d.__init__ | ( | self, | |
Sphere3d | arg0 ) |
Implicit copy constructor.
bool mrmeshpy.Sphere3d.__eq__ | ( | self, | |
Sphere3d | b ) |
|
staticprotected |
float mrmeshpy.Sphere3d.distance | ( | self, | |
Vector3d | x ) |
returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside
float mrmeshpy.Sphere3d.distanceSq | ( | self, | |
Vector3d | x ) |
returns squared distance from given point to this sphere