MeshLib C# Docs
Loading...
Searching...
No Matches
MR.InSphere Class Reference

found maximal inscribed sphere touching input point with center along given direction Generated from class MR.InSphere. This is the non-const half of the class. More...

+ Inheritance diagram for MR.InSphere:

Public Member Functions

unsafe InSphere ()
 Constructs an empty (default-constructed) instance.
 
unsafe InSphere (MR.Vector3f center, float radius, MR.Const_MeshProjectionResult oppositeTouchPoint)
 Constructs MR.InSphere elementwise.
 
unsafe InSphere (MR.Const_InSphere _other)
 Generated from constructor MR.InSphere.InSphere.
 
 InSphere (InSphere _other)
 Generated from constructor MR.InSphere.InSphere.
 
unsafe MR.InSphere assign (MR.Const_InSphere _other)
 Generated from method MR.InSphere.operator=.
 

Properties

new unsafe ref MR.Vector3f center [get]
 
new unsafe ref float radius [get]
 excluding input point and incident triangles, distSq - squared distance to sphere's center
 
new unsafe MR.MeshProjectionResult oppositeTouchPoint [get, protected set]
 

Detailed Description

found maximal inscribed sphere touching input point with center along given direction Generated from class MR.InSphere. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ InSphere() [1/4]

unsafe MR.InSphere.InSphere ( )
inline

Constructs an empty (default-constructed) instance.

◆ InSphere() [2/4]

unsafe MR.InSphere.InSphere ( MR.Vector3f center,
float radius,
MR.Const_MeshProjectionResult oppositeTouchPoint )
inline

Constructs MR.InSphere elementwise.

◆ InSphere() [3/4]

unsafe MR.InSphere.InSphere ( MR.Const_InSphere _other)
inline

Generated from constructor MR.InSphere.InSphere.

◆ InSphere() [4/4]

MR.InSphere.InSphere ( InSphere _other)
inline

Generated from constructor MR.InSphere.InSphere.

Member Function Documentation

◆ assign()

unsafe MR.InSphere MR.InSphere.assign ( MR.Const_InSphere _other)
inline

Generated from method MR.InSphere.operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector3f MR.InSphere.center
get

◆ oppositeTouchPoint

new unsafe MR.MeshProjectionResult MR.InSphere.oppositeTouchPoint
getprotected set

◆ radius

new unsafe ref float MR.InSphere.radius
get

excluding input point and incident triangles, distSq - squared distance to sphere's center


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