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