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

Generated from class MR.Sphere3f. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_Sphere3f:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Sphere3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Sphere3f (MR.Const_Sphere3f _other)
 Generated from constructor MR.Sphere3f.Sphere3f.
 
unsafe Const_Sphere3f (in MR.Vector3f c, float r)
 Generated from constructor MR.Sphere3f.Sphere3f.
 
unsafe MR.Vector3f project (in MR.Vector3f x)
 finds the closest point on sphere Generated from method MR.Sphere3f.project.
 
unsafe float distance (in MR.Vector3f x)
 returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside Generated from method MR.Sphere3f.distance.
 
unsafe float distanceSq (in MR.Vector3f x)
 returns squared distance from given point to this sphere Generated from method MR.Sphere3f.distanceSq.
 
bool Equals (MR.Const_Sphere3f? b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static unsafe bool operator== (MR.Const_Sphere3f a, MR.Const_Sphere3f b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Const_Sphere3f a, MR.Const_Sphere3f b)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f center [get]
 
unsafe float radius [get]
 
- Properties inherited from MR.Misc.Object< Const_Sphere3f >
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_Sphere3f >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.Sphere3f. This is the const half of the class.


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