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

Inheritance diagram for MR.Ball3d:

Public Member Functions

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

Properties

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Ball3d() [1/4]

unsafe MR.Ball3d.Ball3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball3d() [2/4]

unsafe MR.Ball3d.Ball3d ( MR.Vector3d center,
double radiusSq )
inline

Constructs MR.Ball3d elementwise.

◆ Ball3d() [3/4]

unsafe MR.Ball3d.Ball3d ( MR.Const_Ball3d _other)
inline

Generated from constructor MR.Ball3d.Ball3d.

◆ Ball3d() [4/4]

MR.Ball3d.Ball3d ( Ball3d _other)
inline

Generated from constructor MR.Ball3d.Ball3d.

Member Function Documentation

◆ assign()

unsafe MR.Ball3d MR.Ball3d.assign ( MR.Const_Ball3d _other)
inline

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

Property Documentation

◆ center

new unsafe ref MR.Vector3d MR.Ball3d.center
get

ball's center

◆ radiusSq

new unsafe ref double MR.Ball3d.radiusSq
get

ball's squared radius


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