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