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=.
Public Member Functions inherited from MR.Const_InSphere
virtual void Dispose ()
unsafe Const_InSphere ()
 Constructs an empty (default-constructed) instance.
unsafe Const_InSphere (MR.Vector3f center, float radius, MR.Const_MeshProjectionResult oppositeTouchPoint)
 Constructs MR.InSphere elementwise.
unsafe Const_InSphere (MR.Const_InSphere _other)
 Generated from constructor MR.InSphere.InSphere.
 Const_InSphere (InSphere _other)
 Generated from constructor MR.InSphere.InSphere.

Properties

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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_InSphere
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_InSphere
unsafe MR.Vector3f__ref_storage_center
unsafe float * __ref_storage_radius

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

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

◆ radius

new unsafe ref float MR.InSphere.radius
get

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