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

Generated from class MR.Sphere2d. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Sphere2d:

Public Member Functions

unsafe Sphere2d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Sphere2d (MR.Const_Sphere2d _other)
 Generated from constructor MR.Sphere2d.Sphere2d.
 
unsafe Sphere2d (in MR.Vector2d c, double r)
 Generated from constructor MR.Sphere2d.Sphere2d.
 
unsafe MR.Sphere2d assign (MR.Const_Sphere2d _other)
 Generated from method MR.Sphere2d.operator=.
 
- Public Member Functions inherited from MR.Const_Sphere2d
virtual void Dispose ()
 
unsafe Const_Sphere2d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Sphere2d (MR.Const_Sphere2d _other)
 Generated from constructor MR.Sphere2d.Sphere2d.
 
unsafe Const_Sphere2d (in MR.Vector2d c, double r)
 Generated from constructor MR.Sphere2d.Sphere2d.
 
unsafe MR.Vector2d project (in MR.Vector2d x)
 finds the closest point on sphere Generated from method MR.Sphere2d.project.
 
unsafe double distance (in MR.Vector2d x)
 returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside Generated from method MR.Sphere2d.distance.
 
unsafe double distanceSq (in MR.Vector2d x)
 returns squared distance from given point to this sphere Generated from method MR.Sphere2d.distanceSq.
 
bool Equals (MR.Const_Sphere2d? b)
 
override bool Equals (object? other)
 

Properties

new unsafe ref MR.Vector2d center [get]
 
new unsafe ref double radius [get]
 
- Properties inherited from MR.Const_Sphere2d
unsafe ref readonly MR.Vector2d center [get]
 
unsafe double radius [get]
 
- Properties inherited from MR.Misc.Object< Const_Sphere2d >
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

- Static Public Member Functions inherited from MR.Const_Sphere2d
static unsafe bool operator== (MR.Const_Sphere2d a, MR.Const_Sphere2d b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Const_Sphere2d a, MR.Const_Sphere2d b)
 
- Protected Member Functions inherited from MR.Const_Sphere2d
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Sphere2d >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.Sphere2d. This is the non-const half of the class.


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