Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | Inside .ClassVar[InSphereResult] |
| typing | NoSphere .ClassVar[InSphereResult] |
| typing | OnSphere .ClassVar[InSphereResult] |
| typing | Outside .ClassVar[InSphereResult] |
Members: NoSphere : the sphere is not defined: the points A, B, C are collinear or coincident, or rSq is less than the squared circumradius of triangle ABC Outside : the sphere exists, and the point D is strictly outside OnSphere : the sphere exists, and the point D is exactly on it; never returned by the simulation-of-simplicity overload, which resolves such ties into Inside or Outside Inside : the sphere exists, and the point D is strictly inside
| None mrmeshpy.InSphereResult.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.InSphereResult.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.InSphereResult.__getstate__ | ( | self | ) |
| int mrmeshpy.InSphereResult.__hash__ | ( | self | ) |
| int mrmeshpy.InSphereResult.__index__ | ( | self | ) |
| int mrmeshpy.InSphereResult.__int__ | ( | self | ) |
| bool mrmeshpy.InSphereResult.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.InSphereResult.__repr__ | ( | self | ) |
| None mrmeshpy.InSphereResult.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.InSphereResult.__str__ | ( | self | ) |
| str mrmeshpy.InSphereResult.name | ( | self | ) |
| int mrmeshpy.InSphereResult.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |