a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball1f. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | Ball1f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Ball1f (float center, float radiusSq) |
| Constructs MR.Ball1f elementwise. | |
| unsafe | Ball1f (MR.Const_Ball1f _other) |
| Generated from constructor MR.Ball1f.Ball1f. | |
| Ball1f (Ball1f _other) | |
| Generated from constructor MR.Ball1f.Ball1f. | |
| unsafe MR.Ball1f | assign (MR.Const_Ball1f _other) |
| Generated from method MR::Ball1f::operator=. | |
| Public Member Functions inherited from MR.Const_Ball1f | |
| virtual void | Dispose () |
| unsafe | Const_Ball1f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Ball1f (float center, float radiusSq) |
| Constructs MR.Ball1f elementwise. | |
| unsafe | Const_Ball1f (MR.Const_Ball1f _other) |
| Generated from constructor MR.Ball1f.Ball1f. | |
| Const_Ball1f (Ball1f _other) | |
| Generated from constructor MR.Ball1f.Ball1f. | |
| unsafe bool | inside (float pt) |
| returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball1f.inside. | |
| unsafe bool | outside (float pt) |
| returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball1f.outside. | |
Properties | |
| new unsafe ref float | center [get] |
| ball's center | |
| new unsafe ref float | radiusSq [get] |
| ball's squared radius | |
| Properties inherited from MR.Const_Ball1f | |
| static unsafe int | Elements [get] |
| unsafe float | center [get] |
| ball's center | |
| unsafe float | radiusSq [get] |
| ball's squared radius | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_Ball1f | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_Ball1f | |
| unsafe float * | __ref_storage_center |
| unsafe float * | __ref_storage_radiusSq |
| Static Protected Attributes inherited from MR.Const_Ball1f | |
| static unsafe int * | __ref_storage_Elements |
a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball1f. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.Ball1f elementwise.
|
inline |
Generated from constructor MR.Ball1f.Ball1f.
|
inline |
Generated from constructor MR.Ball1f.Ball1f.
|
inline |
Generated from method MR::Ball1f::operator=.
|
get |
ball's center
|
get |
ball's squared radius