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