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