Generated from class MR.Sphere3d. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_Sphere3d () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Sphere3d (MR.Const_Sphere3d _other) |
| | Generated from constructor MR.Sphere3d.Sphere3d.
|
| |
|
unsafe | Const_Sphere3d (in MR.Vector3d c, double r) |
| | Generated from constructor MR.Sphere3d.Sphere3d.
|
| |
|
unsafe MR.Vector3d | project (in MR.Vector3d x) |
| | finds the closest point on sphere Generated from method MR.Sphere3d.project.
|
| |
|
unsafe double | distance (in MR.Vector3d x) |
| | returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside Generated from method MR.Sphere3d.distance.
|
| |
|
unsafe double | distanceSq (in MR.Vector3d x) |
| | returns squared distance from given point to this sphere Generated from method MR.Sphere3d.distanceSq.
|
| |
|
bool | Equals (MR.Const_Sphere3d? b) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly MR.Vector3d | center [get] |
| |
|
unsafe double | radius [get] |
| |
|
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.
|
| |
Generated from class MR.Sphere3d. This is the const half of the class.
The documentation for this class was generated from the following file: