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

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

+ Inheritance diagram for MR.Const_InSphere:

Classes

struct  _Underlying
 

Public Member Functions

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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f center [get]
 
unsafe float radius [get]
 excluding input point and incident triangles, distSq - squared distance to sphere's center
 
unsafe MR.Const_MeshProjectionResult oppositeTouchPoint [get]
 
- Properties inherited from MR.Misc.Object< Const_InSphere >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_InSphere >
bool _IsOwningVal
 

Detailed Description

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


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