Public Member Functions | |
bool | __eq__ (self, Sphere3d b) |
None | __init__ (self) |
None | __init__ (self, Vector3d c, float r) |
float | distance (self, Vector3d x) |
float | distanceSq (self, Vector3d x) |
Vector3d | project (self, Vector3d x) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Sphere3d | operator (*args, **kwargs) |
Sphere3d | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_center = 0 |
typing | _offsetof_radius = 24 |
Generated from: MR::Sphere3d \\ingroup MathGroup
|
static |
None mrmeshpy.Sphere3d.__init__ | ( | self | ) |
None mrmeshpy.Sphere3d.__init__ | ( | self, | |
Vector3d | c, | ||
float | r ) |
bool mrmeshpy.Sphere3d.__eq__ | ( | self, | |
Sphere3d | b ) |
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
|
static |
|
static |
|
staticprotected |
|
staticprotected |