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.Ball1d. This is the non-const half of the class. More...

Inheritance diagram for MR.Ball1d:

Public Member Functions

unsafe Ball1d ()
 Constructs an empty (default-constructed) instance.
unsafe Ball1d (double center, double radiusSq)
 Constructs MR.Ball1d elementwise.
unsafe Ball1d (MR.Const_Ball1d _other)
 Generated from constructor MR.Ball1d.Ball1d.
 Ball1d (Ball1d _other)
 Generated from constructor MR.Ball1d.Ball1d.
unsafe MR.Ball1d assign (MR.Const_Ball1d _other)
 Generated from method MR::Ball1d::operator=.
Public Member Functions inherited from MR.Const_Ball1d
virtual void Dispose ()
unsafe Const_Ball1d ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Ball1d (double center, double radiusSq)
 Constructs MR.Ball1d elementwise.
unsafe Const_Ball1d (MR.Const_Ball1d _other)
 Generated from constructor MR.Ball1d.Ball1d.
 Const_Ball1d (Ball1d _other)
 Generated from constructor MR.Ball1d.Ball1d.
unsafe bool inside (double pt)
 returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball1d.inside.
unsafe bool outside (double pt)
 returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball1d.outside.

Properties

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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Ball1d
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Ball1d
unsafe double * __ref_storage_center
unsafe double * __ref_storage_radiusSq
Static Protected Attributes inherited from MR.Const_Ball1d
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.Ball1d. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Ball1d() [1/4]

unsafe MR.Ball1d.Ball1d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball1d() [2/4]

unsafe MR.Ball1d.Ball1d ( double center,
double radiusSq )
inline

Constructs MR.Ball1d elementwise.

◆ Ball1d() [3/4]

unsafe MR.Ball1d.Ball1d ( MR.Const_Ball1d _other)
inline

Generated from constructor MR.Ball1d.Ball1d.

◆ Ball1d() [4/4]

MR.Ball1d.Ball1d ( Ball1d _other)
inline

Generated from constructor MR.Ball1d.Ball1d.

Member Function Documentation

◆ assign()

unsafe MR.Ball1d MR.Ball1d.assign ( MR.Const_Ball1d _other)
inline

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

Property Documentation

◆ center

new unsafe ref double MR.Ball1d.center
get

ball's center

◆ radiusSq

new unsafe ref double MR.Ball1d.radiusSq
get

ball's squared radius


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