Generated from class MR.Sphere2d. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.Sphere2d. This is the const half of the class.
◆ Const_Sphere2d() [1/4]
| unsafe MR.Const_Sphere2d.Const_Sphere2d |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_Sphere2d() [2/4]
◆ Const_Sphere2d() [3/4]
| MR.Const_Sphere2d.Const_Sphere2d |
( |
Sphere2d | _other | ) |
|
|
inline |
◆ Const_Sphere2d() [4/4]
| unsafe MR.Const_Sphere2d.Const_Sphere2d |
( |
in MR.Vector2d | c, |
|
|
double | r ) |
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_Sphere2d.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_Sphere2d.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ distance()
| unsafe double MR.Const_Sphere2d.distance |
( |
in MR.Vector2d | x | ) |
|
|
inline |
returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside Generated from method MR.Sphere2d.distance.
◆ distanceSq()
| unsafe double MR.Const_Sphere2d.distanceSq |
( |
in MR.Vector2d | x | ) |
|
|
inline |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool MR.Const_Sphere2d.Equals |
( |
object? | other | ) |
|
|
inline |
◆ operator!=()
◆ operator==()
Generated from function MR::operator==.
◆ project()
◆ __ref_storage_center
| unsafe MR.Vector2d* MR.Const_Sphere2d.__ref_storage_center |
|
protected |
◆ __ref_storage_radius
| unsafe double* MR.Const_Sphere2d.__ref_storage_radius |
|
protected |
◆ center
| unsafe ref readonly MR.Vector2d MR.Const_Sphere2d.center |
|
get |
◆ radius
| unsafe double MR.Const_Sphere2d.radius |
|
get |
The documentation for this class was generated from the following file: