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

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

+ Inheritance diagram for MR.Ball2f:

Public Member Functions

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

Properties

new unsafe ref MR.Vector2f center [get]
 ball's squared radius
 
new unsafe ref float radiusSq [get]
 
- Properties inherited from MR.Const_Ball2f
static unsafe int Elements [get]
 ball's center
 
unsafe ref readonly MR.Vector2f center [get]
 ball's squared radius
 
unsafe float radiusSq [get]
 
- Properties inherited from MR.Misc.Object< Const_Ball2f >
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 Member Functions inherited from MR.Const_Ball2f
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Ball2f >
bool _IsOwningVal
 

Detailed Description

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


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