Public Member Functions | |
bool | __eq__ (self, Sphere3f b) |
None | __init__ (self) |
None | __init__ (self, Vector3f c, float r) |
None | __init__ (self, Sphere3f l) |
float | distance (self, Vector3f x) |
float | distanceSq (self, Vector3f x) |
Vector3f | project (self, Vector3f x) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Sphere3f | operator (*args, **kwargs) |
Sphere3f | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_center = 0 |
typing | _offsetof_radius = 12 |
Generated from: MR::Sphere3f Aliases: Features.Primitives.Sphere \\ingroup MathGroup
|
static |
None mrmeshpy.Sphere3f.__init__ | ( | self | ) |
None mrmeshpy.Sphere3f.__init__ | ( | self, | |
Vector3f | c, | ||
float | r ) |
None mrmeshpy.Sphere3f.__init__ | ( | self, | |
Sphere3f | l ) |
bool mrmeshpy.Sphere3f.__eq__ | ( | self, | |
Sphere3f | b ) |
float mrmeshpy.Sphere3f.distance | ( | self, | |
Vector3f | x ) |
returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside
float mrmeshpy.Sphere3f.distanceSq | ( | self, | |
Vector3f | x ) |
returns squared distance from given point to this sphere
|
static |
|
static |
|
staticprotected |
|
staticprotected |