a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball1f. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| static unsafe int | Elements [get] |
| unsafe float | 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.Ball1f. This is the const half of the class.
◆ Const_Ball1f() [1/4]
| unsafe MR.Const_Ball1f.Const_Ball1f |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_Ball1f() [2/4]
| unsafe MR.Const_Ball1f.Const_Ball1f |
( |
float | center, |
|
|
float | radiusSq ) |
|
inline |
◆ Const_Ball1f() [3/4]
◆ Const_Ball1f() [4/4]
| MR.Const_Ball1f.Const_Ball1f |
( |
Ball1f | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_Ball1f.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_Ball1f.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ inside()
| unsafe bool MR.Const_Ball1f.inside |
( |
float | pt | ) |
|
|
inline |
returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball1f.inside.
◆ outside()
| unsafe bool MR.Const_Ball1f.outside |
( |
float | pt | ) |
|
|
inline |
returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball1f.outside.
◆ __ref_storage_center
| unsafe float* MR.Const_Ball1f.__ref_storage_center |
|
protected |
◆ __ref_storage_Elements
| unsafe int* MR.Const_Ball1f.__ref_storage_Elements |
|
staticprotected |
◆ __ref_storage_radiusSq
| unsafe float* MR.Const_Ball1f.__ref_storage_radiusSq |
|
protected |
◆ center
| unsafe float MR.Const_Ball1f.center |
|
get |
◆ Elements
| unsafe int MR.Const_Ball1f.Elements |
|
staticget |
◆ radiusSq
| unsafe float MR.Const_Ball1f.radiusSq |
|
get |
The documentation for this class was generated from the following file: