MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.InSphere Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, InSphere arg0)
 
None __init__ (self, Vector3f center, float radius, MeshProjectionResult oppositeTouchPoint)
 
MeshProjectionResult oppositeTouchPoint (self)
 
None oppositeTouchPoint (self, MeshProjectionResult arg1)
 

Detailed Description

Generated from:  MR::InSphere

found maximal inscribed sphere touching input point with center along given direction

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.InSphere.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.InSphere.__init__ ( self,
InSphere arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.InSphere.__init__ ( self,
Vector3f center,
float radius,
MeshProjectionResult oppositeTouchPoint )
Implicit aggregate constructor.

Member Function Documentation

◆ oppositeTouchPoint() [1/2]

MeshProjectionResult meshlib.mrmeshpy.InSphere.oppositeTouchPoint ( self)
excluding input point and incident triangles, distSq - squared distance to sphere's center

◆ oppositeTouchPoint() [2/2]

None meshlib.mrmeshpy.InSphere.oppositeTouchPoint ( self,
MeshProjectionResult arg1 )

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