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