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

Inheritance diagram for MR.Ball3f:

Public Member Functions

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

Properties

new unsafe ref MR.Vector3f center [get]
 ball's center
new unsafe ref float radiusSq [get]
 ball's squared radius
Properties inherited from MR.Const_Ball3f
static unsafe int Elements [get]
unsafe ref readonly MR.Vector3f center [get]
 ball's center
unsafe float radiusSq [get]
 ball's squared radius

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Ball3f() [1/4]

unsafe MR.Ball3f.Ball3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Ball3f() [2/4]

unsafe MR.Ball3f.Ball3f ( MR.Vector3f center,
float radiusSq )
inline

Constructs MR.Ball3f elementwise.

◆ Ball3f() [3/4]

unsafe MR.Ball3f.Ball3f ( MR.Const_Ball3f _other)
inline

Generated from constructor MR.Ball3f.Ball3f.

◆ Ball3f() [4/4]

MR.Ball3f.Ball3f ( Ball3f _other)
inline

Generated from constructor MR.Ball3f.Ball3f.

Member Function Documentation

◆ assign()

unsafe MR.Ball3f MR.Ball3f.assign ( MR.Const_Ball3f _other)
inline

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

Property Documentation

◆ center

new unsafe ref MR.Vector3f MR.Ball3f.center
get

ball's center

◆ radiusSq

new unsafe ref float MR.Ball3f.radiusSq
get

ball's squared radius


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