MeshLib C# Docs
Loading...
Searching...
No Matches

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...

Inheritance diagram for MR.Ball2d:

Public Member Functions

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=.
Public Member Functions inherited from MR.Const_Ball2d
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.
 Const_Ball2d (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.

Properties

new unsafe ref MR.Vector2d center [get]
 ball's center
new unsafe ref double radiusSq [get]
 ball's squared radius
Properties inherited from MR.Const_Ball2d
static unsafe int Elements [get]
unsafe ref readonly MR.Vector2d center [get]
 ball's center
unsafe double radiusSq [get]
 ball's squared radius

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Ball2d
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Ball2d
unsafe MR.Vector2d__ref_storage_center
unsafe double * __ref_storage_radiusSq
Static Protected Attributes inherited from MR.Const_Ball2d
static unsafe int * __ref_storage_Elements

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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

Constructs MR.Ball2d elementwise.

◆ 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.

Member Function Documentation

◆ assign()

unsafe MR.Ball2d MR.Ball2d.assign ( MR.Const_Ball2d _other)
inline

Generated from method MR::Ball2d::operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector2d MR.Ball2d.center
get

ball's center

◆ radiusSq

new unsafe ref double MR.Ball2d.radiusSq
get

ball's squared radius


The documentation for this class was generated from the following file: