MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.InSphereResult Class Reference

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]

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.InSphereResult.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.InSphereResult.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.InSphereResult.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.InSphereResult.__hash__ ( self)

◆ __index__()

int mrmeshpy.InSphereResult.__index__ ( self)

◆ __int__()

int mrmeshpy.InSphereResult.__int__ ( self)

◆ __ne__()

bool mrmeshpy.InSphereResult.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.InSphereResult.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.InSphereResult.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.InSphereResult.__str__ ( self)

◆ name()

str mrmeshpy.InSphereResult.name ( self)

◆ value()

int mrmeshpy.InSphereResult.value ( self)

Member Data Documentation

◆ Inside

typing mrmeshpy.InSphereResult.Inside .ClassVar[InSphereResult]
static

◆ NoSphere

typing mrmeshpy.InSphereResult.NoSphere .ClassVar[InSphereResult]
static

◆ OnSphere

typing mrmeshpy.InSphereResult.OnSphere .ClassVar[InSphereResult]
static

◆ Outside

typing mrmeshpy.InSphereResult.Outside .ClassVar[InSphereResult]
static

The documentation for this class was generated from the following file: