MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_Sphere3d:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3d__ref_storage_center
unsafe double * __ref_storage_radius

Properties

unsafe ref readonly MR.Vector3d center [get]
unsafe double radius [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Sphere3d() [1/4]

unsafe MR.Const_Sphere3d.Const_Sphere3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Sphere3d() [2/4]

unsafe MR.Const_Sphere3d.Const_Sphere3d ( MR.Const_Sphere3d _other)
inline

Generated from constructor MR.Sphere3d.Sphere3d.

◆ Const_Sphere3d() [3/4]

MR.Const_Sphere3d.Const_Sphere3d ( Sphere3d _other)
inline

Generated from constructor MR.Sphere3d.Sphere3d.

◆ Const_Sphere3d() [4/4]

unsafe MR.Const_Sphere3d.Const_Sphere3d ( in MR.Vector3d c,
double r )
inline

Generated from constructor MR.Sphere3d.Sphere3d.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Sphere3d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Sphere3d.Dispose ( bool disposing)
inlineprotectedvirtual

◆ distance()

unsafe double MR.Const_Sphere3d.distance ( in MR.Vector3d x)
inline

returns signed distance from given point to this sphere: positive - outside, zero - on sphere, negative - inside Generated from method MR.Sphere3d.distance.

◆ distanceSq()

unsafe double MR.Const_Sphere3d.distanceSq ( in MR.Vector3d x)
inline

returns squared distance from given point to this sphere Generated from method MR.Sphere3d.distanceSq.

◆ Equals() [1/2]

bool MR.Const_Sphere3d.Equals ( MR.Const_Sphere3d? b)
inline

◆ Equals() [2/2]

override bool MR.Const_Sphere3d.Equals ( object? other)
inline

◆ operator!=()

unsafe bool MR.Const_Sphere3d.operator!= ( MR.Const_Sphere3d a,
MR.Const_Sphere3d b )
inlinestatic

◆ operator==()

unsafe bool MR.Const_Sphere3d.operator== ( MR.Const_Sphere3d a,
MR.Const_Sphere3d b )
inlinestatic

Generated from function MR::operator==.

◆ project()

unsafe MR.Vector3d MR.Const_Sphere3d.project ( in MR.Vector3d x)
inline

finds the closest point on sphere Generated from method MR.Sphere3d.project.

Member Data Documentation

◆ __ref_storage_center

unsafe MR.Vector3d* MR.Const_Sphere3d.__ref_storage_center
protected

◆ __ref_storage_radius

unsafe double* MR.Const_Sphere3d.__ref_storage_radius
protected

Property Documentation

◆ center

unsafe ref readonly MR.Vector3d MR.Const_Sphere3d.center
get

◆ radius

unsafe double MR.Const_Sphere3d.radius
get

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