Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Ball3f arg0) |
| None | __init__ (self, Vector3f center, float radiusSq) |
| bool | inside (self, Vector3f pt) |
| bool | outside (self, Vector3f pt) |
| Vector3f | center (self) |
| None | center (self, Vector3f arg1) |
| float | radiusSq (self) |
| None | radiusSq (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Ball3f | operator (*args, **kwargs) |
| Ball3f | operator (*args, **kwargs) |
Static Public Attributes | |
| typing | elements = 3 |
Static Protected Attributes | |
| typing | _offsetof_center = 0 |
| typing | _offsetof_radiusSq = 12 |
Generated from: MR::Ball3f a ball = points surrounded by a sphere in arbitrary space with vector type V
|
static |
| None mrmeshpy.Ball3f.__init__ | ( | self | ) |
| None mrmeshpy.Ball3f.__init__ | ( | self, | |
| Ball3f | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Ball3f.__init__ | ( | self, | |
| Vector3f | center, | ||
| float | radiusSq ) |
Implicit aggregate constructor.
| Vector3f mrmeshpy.Ball3f.center | ( | self | ) |
ball's center
| None mrmeshpy.Ball3f.center | ( | self, | |
| Vector3f | arg1 ) |
| bool mrmeshpy.Ball3f.inside | ( | self, | |
| Vector3f | pt ) |
returns true if given point is strictly inside the ball (not on its spherical surface)
|
static |
|
static |
| bool mrmeshpy.Ball3f.outside | ( | self, | |
| Vector3f | pt ) |
returns true if given point is strictly outside the ball (not on its spherical surface)
| float mrmeshpy.Ball3f.radiusSq | ( | self | ) |
ball's squared radius
| None mrmeshpy.Ball3f.radiusSq | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
static |