Generated from class MR.Sphere2f. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | Sphere2f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Sphere2f (MR.Const_Sphere2f _other) |
| Generated from constructor MR.Sphere2f.Sphere2f. | |
| Sphere2f (Sphere2f _other) | |
| Generated from constructor MR.Sphere2f.Sphere2f. | |
| unsafe | Sphere2f (in MR.Vector2f c, float r) |
| Generated from constructor MR.Sphere2f.Sphere2f. | |
| unsafe MR.Sphere2f | assign (MR.Const_Sphere2f _other) |
| Generated from method MR::Sphere2f::operator=. | |
| Public Member Functions inherited from MR.Const_Sphere2f | |
| virtual void | Dispose () |
| unsafe | Const_Sphere2f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Sphere2f (MR.Const_Sphere2f _other) |
| Generated from constructor MR.Sphere2f.Sphere2f. | |
| Const_Sphere2f (Sphere2f _other) | |
| Generated from constructor MR.Sphere2f.Sphere2f. | |
| unsafe | Const_Sphere2f (in MR.Vector2f c, float r) |
| Generated from constructor MR.Sphere2f.Sphere2f. | |
| unsafe MR.Vector2f | project (in MR.Vector2f x) |
| finds the closest point on sphere Generated from method MR.Sphere2f.project. | |
| unsafe float | distance (in MR.Vector2f x) |
| returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside Generated from method MR.Sphere2f.distance. | |
| unsafe float | distanceSq (in MR.Vector2f x) |
| returns squared distance from given point to this sphere Generated from method MR.Sphere2f.distanceSq. | |
| bool | Equals (MR.Const_Sphere2f? b) |
| override bool | Equals (object? other) |
Properties | |
| new unsafe ref MR.Vector2f | center [get] |
| new unsafe ref float | radius [get] |
| Properties inherited from MR.Const_Sphere2f | |
| unsafe ref readonly MR.Vector2f | center [get] |
| unsafe float | radius [get] |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_Sphere2f | |
| static unsafe bool | operator== (MR.Const_Sphere2f a, MR.Const_Sphere2f b) |
| Generated from function MR::operator==. | |
| static unsafe bool | operator!= (MR.Const_Sphere2f a, MR.Const_Sphere2f b) |
| Protected Member Functions inherited from MR.Const_Sphere2f | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_Sphere2f | |
| unsafe MR.Vector2f * | __ref_storage_center |
| unsafe float * | __ref_storage_radius |
Generated from class MR.Sphere2f. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Sphere2f.Sphere2f.
|
inline |
Generated from constructor MR.Sphere2f.Sphere2f.
|
inline |
Generated from constructor MR.Sphere2f.Sphere2f.
|
inline |
Generated from method MR::Sphere2f::operator=.
|
get |
|
get |