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