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

3-dimensional plane: dot(n,x) - d = 0 Generated from class MR.Plane3d. This is the const half of the class. More...

Inheritance diagram for MR.Const_Plane3d:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Plane3d ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Plane3d (MR.Const_Plane3d _other)
 Generated from constructor MR.Plane3d.Plane3d.
 Const_Plane3d (Plane3d _other)
 Generated from constructor MR.Plane3d.Plane3d.
unsafe Const_Plane3d (in MR.Vector3d n, double d)
 Generated from constructor MR.Plane3d.Plane3d.
unsafe Const_Plane3d (MR.Const_Plane3f p)
 Generated from constructor MR.Plane3d.Plane3d.
unsafe double distance (in MR.Vector3d x)
 returns distance from given point to this plane (if n is a unit vector) Generated from method MR.Plane3d.distance.
unsafe MR.Plane3d normalized ()
 returns same plane represented with unit n-vector Generated from method MR.Plane3d.normalized.
unsafe MR.Vector3d project (in MR.Vector3d p)
 finds the closest point on plane Generated from method MR.Plane3d.project.

Static Public Member Functions

static unsafe MR.Plane3d fromDirAndPt (in MR.Vector3d n, in MR.Vector3d p)
 Generated from method MR.Plane3d.fromDirAndPt.
static unsafe MR.Plane3d operator- (MR.Const_Plane3d _this)
 returns same plane represented with flipped direction of n-vector Generated from method MR::Plane3d::operator-.
static unsafe MR.Const_Plane3d operator+ (MR.Const_Plane3d _this)
 returns same representation Generated from method MR::Plane3d::operator+.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3d__ref_storage_n
unsafe double * __ref_storage_d

Properties

unsafe ref readonly MR.Vector3d n [get]
unsafe double d [get]

Detailed Description

3-dimensional plane: dot(n,x) - d = 0 Generated from class MR.Plane3d. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Plane3d() [1/5]

unsafe MR.Const_Plane3d.Const_Plane3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Plane3d() [2/5]

unsafe MR.Const_Plane3d.Const_Plane3d ( MR.Const_Plane3d _other)
inline

Generated from constructor MR.Plane3d.Plane3d.

◆ Const_Plane3d() [3/5]

MR.Const_Plane3d.Const_Plane3d ( Plane3d _other)
inline

Generated from constructor MR.Plane3d.Plane3d.

◆ Const_Plane3d() [4/5]

unsafe MR.Const_Plane3d.Const_Plane3d ( in MR.Vector3d n,
double d )
inline

Generated from constructor MR.Plane3d.Plane3d.

◆ Const_Plane3d() [5/5]

unsafe MR.Const_Plane3d.Const_Plane3d ( MR.Const_Plane3f p)
inline

Generated from constructor MR.Plane3d.Plane3d.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Plane3d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ distance()

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

returns distance from given point to this plane (if n is a unit vector) Generated from method MR.Plane3d.distance.

◆ fromDirAndPt()

unsafe MR.Plane3d MR.Const_Plane3d.fromDirAndPt ( in MR.Vector3d n,
in MR.Vector3d p )
inlinestatic

Generated from method MR.Plane3d.fromDirAndPt.

◆ normalized()

unsafe MR.Plane3d MR.Const_Plane3d.normalized ( )
inline

returns same plane represented with unit n-vector Generated from method MR.Plane3d.normalized.

◆ operator+()

unsafe MR.Const_Plane3d MR.Const_Plane3d.operator+ ( MR.Const_Plane3d _this)
inlinestatic

returns same representation Generated from method MR::Plane3d::operator+.

◆ operator-()

unsafe MR.Plane3d MR.Const_Plane3d.operator- ( MR.Const_Plane3d _this)
inlinestatic

returns same plane represented with flipped direction of n-vector Generated from method MR::Plane3d::operator-.

◆ project()

unsafe MR.Vector3d MR.Const_Plane3d.project ( in MR.Vector3d p)
inline

finds the closest point on plane Generated from method MR.Plane3d.project.

Member Data Documentation

◆ __ref_storage_d

unsafe double* MR.Const_Plane3d.__ref_storage_d
protected

◆ __ref_storage_n

unsafe MR.Vector3d* MR.Const_Plane3d.__ref_storage_n
protected

Property Documentation

◆ d

unsafe double MR.Const_Plane3d.d
get

◆ n

unsafe ref readonly MR.Vector3d MR.Const_Plane3d.n
get

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