a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball3f. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Ball3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Ball3f (MR.Vector3f center, float radiusSq) |
| Constructs MR.Ball3f elementwise. | |
| unsafe | Const_Ball3f (MR.Const_Ball3f _other) |
| Generated from constructor MR.Ball3f.Ball3f. | |
| Const_Ball3f (Ball3f _other) | |
| Generated from constructor MR.Ball3f.Ball3f. | |
| unsafe bool | inside (in MR.Vector3f pt) |
| returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball3f.inside. | |
| unsafe bool | outside (in MR.Vector3f pt) |
| returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball3f.outside. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3f * | __ref_storage_center |
| unsafe float * | __ref_storage_radiusSq |
Static Protected Attributes | |
| static unsafe int * | __ref_storage_Elements |
Properties | |
| static unsafe int | Elements [get] |
| unsafe ref readonly MR.Vector3f | center [get] |
| ball's center | |
| unsafe float | radiusSq [get] |
| ball's squared radius | |
a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball3f. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.Ball3f elementwise.
|
inline |
Generated from constructor MR.Ball3f.Ball3f.
|
inline |
Generated from constructor MR.Ball3f.Ball3f.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball3f.inside.
|
inline |
returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball3f.outside.
|
protected |
|
staticprotected |
|
protected |
|
get |
ball's center
|
staticget |
|
get |
ball's squared radius