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) |
Generated from: MR::InSphere found maximal inscribed sphere touching input point with center along given direction
None meshlib.mrmeshpy.InSphere.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.InSphere.__init__ | ( | self, | |
InSphere | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.InSphere.__init__ | ( | self, | |
Vector3f | center, | ||
float | radius, | ||
MeshProjectionResult | oppositeTouchPoint ) |
Implicit aggregate constructor.
MeshProjectionResult meshlib.mrmeshpy.InSphere.oppositeTouchPoint | ( | self | ) |
excluding input point and incident triangles, distSq - squared distance to sphere's center
None meshlib.mrmeshpy.InSphere.oppositeTouchPoint | ( | self, | |
MeshProjectionResult | arg1 ) |