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

2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line3d. This is the const half of the class. More...

Inheritance diagram for MR.Const_Line3d:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Line3d ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Line3d (MR.Const_Line3d _other)
 Generated from constructor MR.Line3d.Line3d.
 Const_Line3d (Line3d _other)
 Generated from constructor MR.Line3d.Line3d.
unsafe Const_Line3d (in MR.Vector3d p, in MR.Vector3d d)
 Generated from constructor MR.Line3d.Line3d.
unsafe MR.Vector3d call (double param)
 returns point on the line, where param=0 returns p and param=1 returns p+d Generated from method MR::Line3d::operator().
unsafe double distanceSq (in MR.Vector3d x)
 returns squared distance from given point to this line Generated from method MR.Line3d.distanceSq.
unsafe MR.Line3d normalized ()
 returns same line represented with unit d-vector Generated from method MR.Line3d.normalized.
unsafe MR.Vector3d project (in MR.Vector3d x)
 finds the closest point on line Generated from method MR.Line3d.project.

Static Public Member Functions

static unsafe MR.Line3d operator- (MR.Const_Line3d _this)
 returns same line represented with flipped direction of d-vector Generated from method MR::Line3d::operator-.
static unsafe MR.Const_Line3d operator+ (MR.Const_Line3d _this)
 returns same representation Generated from method MR::Line3d::operator+.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3d__ref_storage_p
unsafe MR.Vector3d__ref_storage_d

Properties

unsafe ref readonly MR.Vector3d p [get]
unsafe ref readonly MR.Vector3d d [get]

Detailed Description

2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line3d. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Line3d() [1/4]

unsafe MR.Const_Line3d.Const_Line3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Line3d() [2/4]

unsafe MR.Const_Line3d.Const_Line3d ( MR.Const_Line3d _other)
inline

Generated from constructor MR.Line3d.Line3d.

◆ Const_Line3d() [3/4]

MR.Const_Line3d.Const_Line3d ( Line3d _other)
inline

Generated from constructor MR.Line3d.Line3d.

◆ Const_Line3d() [4/4]

unsafe MR.Const_Line3d.Const_Line3d ( in MR.Vector3d p,
in MR.Vector3d d )
inline

Generated from constructor MR.Line3d.Line3d.

Member Function Documentation

◆ call()

unsafe MR.Vector3d MR.Const_Line3d.call ( double param)
inline

returns point on the line, where param=0 returns p and param=1 returns p+d Generated from method MR::Line3d::operator().

◆ Dispose() [1/2]

virtual void MR.Const_Line3d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ distanceSq()

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

returns squared distance from given point to this line Generated from method MR.Line3d.distanceSq.

◆ normalized()

unsafe MR.Line3d MR.Const_Line3d.normalized ( )
inline

returns same line represented with unit d-vector Generated from method MR.Line3d.normalized.

◆ operator+()

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

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

◆ operator-()

unsafe MR.Line3d MR.Const_Line3d.operator- ( MR.Const_Line3d _this)
inlinestatic

returns same line represented with flipped direction of d-vector Generated from method MR::Line3d::operator-.

◆ project()

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

finds the closest point on line Generated from method MR.Line3d.project.

Member Data Documentation

◆ __ref_storage_d

unsafe MR.Vector3d* MR.Const_Line3d.__ref_storage_d
protected

◆ __ref_storage_p

unsafe MR.Vector3d* MR.Const_Line3d.__ref_storage_p
protected

Property Documentation

◆ d

unsafe ref readonly MR.Vector3d MR.Const_Line3d.d
get

◆ p

unsafe ref readonly MR.Vector3d MR.Const_Line3d.p
get

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