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=. | |
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 | |
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 |