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