a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball1d. This is the non-const half of the class.
More...
|
| unsafe | Ball1d () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | Ball1d (double center, double radiusSq) |
| | Constructs MR.Ball1d elementwise.
|
| |
| unsafe | Ball1d (MR.Const_Ball1d _other) |
| | Generated from constructor MR.Ball1d.Ball1d.
|
| |
| | Ball1d (Ball1d _other) |
| | Generated from constructor MR.Ball1d.Ball1d.
|
| |
| unsafe MR.Ball1d | assign (MR.Const_Ball1d _other) |
| | Generated from method MR.Ball1d.operator=.
|
| |
|
| new unsafe ref double | center [get] |
| | < ball's center
|
| |
| new unsafe ref double | radiusSq [get] |
| |
a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball1d. This is the non-const half of the class.
◆ Ball1d() [1/4]
| unsafe MR.Ball1d.Ball1d |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Ball1d() [2/4]
| unsafe MR.Ball1d.Ball1d |
( |
double | center, |
|
|
double | radiusSq ) |
|
inline |
◆ Ball1d() [3/4]
| unsafe MR.Ball1d.Ball1d |
( |
MR.Const_Ball1d | _other | ) |
|
|
inline |
Generated from constructor MR.Ball1d.Ball1d.
◆ Ball1d() [4/4]
| MR.Ball1d.Ball1d |
( |
Ball1d | _other | ) |
|
|
inline |
Generated from constructor MR.Ball1d.Ball1d.
◆ assign()
| unsafe MR.Ball1d MR.Ball1d.assign |
( |
MR.Const_Ball1d | _other | ) |
|
|
inline |
Generated from method MR.Ball1d.operator=.
◆ center
| new unsafe ref double MR.Ball1d.center |
|
get |
< ball's center
ball's squared radius
◆ radiusSq
| new unsafe ref double MR.Ball1d.radiusSq |
|
get |
The documentation for this class was generated from the following file: