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.
|
| |
|
unsafe MR.Ball2d | assign (MR.Const_Ball2d _other) |
| | Generated from method MR.Ball2d.operator=.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Ball2d () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Ball2d (MR.Vector2d center, double radiusSq) |
| | Constructs MR.Ball2d elementwise.
|
| |
|
unsafe | Const_Ball2d (MR.Const_Ball2d _other) |
| | Generated from constructor MR.Ball2d.Ball2d.
|
| |
|
unsafe bool | inside (in MR.Vector2d pt) |
| | returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball2d.inside.
|
| |
|
unsafe bool | outside (in MR.Vector2d pt) |
| | returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball2d.outside.
|
| |
|
|
new unsafe ref MR.Vector2d | center [get] |
| | ball's squared radius
|
| |
|
new unsafe ref double | radiusSq [get] |
| |
|
static unsafe int | Elements [get] |
| | ball's center
|
| |
|
unsafe ref readonly MR.Vector2d | center [get] |
| | ball's squared radius
|
| |
|
unsafe double | radiusSq [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
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.
The documentation for this class was generated from the following file: