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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
InSphere operator (*args, **kwargs)
 
InSphere operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_center = 0
 
typing _offsetof_oppositeTouchPoint = 16
 
typing _offsetof_radius = 12
 

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__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.InSphere.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ operator() [1/2]

InSphere mrmeshpy.InSphere.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

InSphere mrmeshpy.InSphere.operator ( * args,
** kwargs )
static

◆ 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 )

Member Data Documentation

◆ _offsetof_center

typing mrmeshpy.InSphere._offsetof_center = 0
staticprotected

◆ _offsetof_oppositeTouchPoint

typing mrmeshpy.InSphere._offsetof_oppositeTouchPoint = 16
staticprotected

◆ _offsetof_radius

typing mrmeshpy.InSphere._offsetof_radius = 12
staticprotected

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