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

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

Inheritance diagram for MR.Const_Plane3f:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_n
unsafe float * __ref_storage_d

Properties

unsafe ref readonly MR.Vector3f n [get]
unsafe float d [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Plane3f() [1/5]

unsafe MR.Const_Plane3f.Const_Plane3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Plane3f() [2/5]

unsafe MR.Const_Plane3f.Const_Plane3f ( MR.Const_Plane3f _other)
inline

Generated from constructor MR.Plane3f.Plane3f.

◆ Const_Plane3f() [3/5]

MR.Const_Plane3f.Const_Plane3f ( Plane3f _other)
inline

Generated from constructor MR.Plane3f.Plane3f.

◆ Const_Plane3f() [4/5]

unsafe MR.Const_Plane3f.Const_Plane3f ( in MR.Vector3f n,
float d )
inline

Generated from constructor MR.Plane3f.Plane3f.

◆ Const_Plane3f() [5/5]

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

Generated from constructor MR.Plane3f.Plane3f.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Plane3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ distance()

unsafe float MR.Const_Plane3f.distance ( in MR.Vector3f x)
inline

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

◆ fromDirAndPt()

unsafe MR.Plane3f MR.Const_Plane3f.fromDirAndPt ( in MR.Vector3f n,
in MR.Vector3f p )
inlinestatic

Generated from method MR.Plane3f.fromDirAndPt.

◆ normalized()

unsafe MR.Plane3f MR.Const_Plane3f.normalized ( )
inline

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

◆ operator+()

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

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

◆ operator-()

unsafe MR.Plane3f MR.Const_Plane3f.operator- ( MR.Const_Plane3f _this)
inlinestatic

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

◆ project()

unsafe MR.Vector3f MR.Const_Plane3f.project ( in MR.Vector3f p)
inline

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

Member Data Documentation

◆ __ref_storage_d

unsafe float* MR.Const_Plane3f.__ref_storage_d
protected

◆ __ref_storage_n

unsafe MR.Vector3f* MR.Const_Plane3f.__ref_storage_n
protected

Property Documentation

◆ d

unsafe float MR.Const_Plane3f.d
get

◆ n

unsafe ref readonly MR.Vector3f MR.Const_Plane3f.n
get

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