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...
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 |
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.
|
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.
|
inline |
Generated from method MR::InSphere::operator=.
|
get |
|
getprotected set |
excluding input point and incident triangles, distSq - squared distance to sphere's center
|
get |