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 const half of the class. More...

Inheritance diagram for MR.Const_Ball3d:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3d__ref_storage_center
unsafe double * __ref_storage_radiusSq

Static Protected Attributes

static unsafe int * __ref_storage_Elements

Properties

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

Detailed Description

a ball = points surrounded by a sphere in arbitrary space with vector type V Generated from class MR.Ball3d. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Ball3d() [1/4]

unsafe MR.Const_Ball3d.Const_Ball3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Ball3d() [2/4]

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

Constructs MR.Ball3d elementwise.

◆ Const_Ball3d() [3/4]

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

Generated from constructor MR.Ball3d.Ball3d.

◆ Const_Ball3d() [4/4]

MR.Const_Ball3d.Const_Ball3d ( Ball3d _other)
inline

Generated from constructor MR.Ball3d.Ball3d.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Ball3d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Ball3d.Dispose ( bool disposing)
inlineprotectedvirtual

◆ inside()

unsafe bool MR.Const_Ball3d.inside ( in MR.Vector3d pt)
inline

returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball3d.inside.

◆ outside()

unsafe bool MR.Const_Ball3d.outside ( in MR.Vector3d pt)
inline

returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball3d.outside.

Member Data Documentation

◆ __ref_storage_center

unsafe MR.Vector3d* MR.Const_Ball3d.__ref_storage_center
protected

◆ __ref_storage_Elements

unsafe int* MR.Const_Ball3d.__ref_storage_Elements
staticprotected

◆ __ref_storage_radiusSq

unsafe double* MR.Const_Ball3d.__ref_storage_radiusSq
protected

Property Documentation

◆ center

unsafe ref readonly MR.Vector3d MR.Const_Ball3d.center
get

ball's center

◆ Elements

unsafe int MR.Const_Ball3d.Elements
staticget

◆ radiusSq

unsafe double MR.Const_Ball3d.radiusSq
get

ball's squared radius


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