MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Ball1f Class Reference

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

+ Inheritance diagram for MR.Const_Ball1f:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Ball1f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Ball1f (float center, float radiusSq)
 Constructs MR.Ball1f elementwise.
 
unsafe Const_Ball1f (MR.Const_Ball1f _other)
 Generated from constructor MR.Ball1f.Ball1f.
 
unsafe bool inside (float pt)
 returns true if given point is strictly inside the ball (not on its spherical surface) Generated from method MR.Ball1f.inside.
 
unsafe bool outside (float pt)
 returns true if given point is strictly outside the ball (not on its spherical surface) Generated from method MR.Ball1f.outside.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

static unsafe int Elements [get]
 ball's center
 
unsafe float center [get]
 ball's squared radius
 
unsafe float radiusSq [get]
 
- Properties inherited from MR.Misc.Object< Const_Ball1f >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Ball1f >
bool _IsOwningVal
 

Detailed Description

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


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