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...
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. | |
| Const_InSphere (InSphere _other) | |
| Generated from constructor MR.InSphere.InSphere. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3f * | __ref_storage_center |
| unsafe float * | __ref_storage_radius |
Properties | |
| 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 | |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.InSphere elementwise.
|
inline |
Generated from constructor MR.InSphere.InSphere.
|
inline |
Generated from constructor MR.InSphere.InSphere.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
protected |
|
protected |
|
get |
|
getprotected set |
excluding input point and incident triangles, distSq - squared distance to sphere's center
|
get |