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