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