MeshLib Python Docs
Loading...
Searching...
No Matches
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

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 mrmeshpy.InSphere.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.InSphere._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ oppositeTouchPoint() [1/2]

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

◆ oppositeTouchPoint() [2/2]

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

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