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

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

Inheritance diagram for MR.Const_Line3f:

Classes

struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_p
unsafe MR.Vector3f__ref_storage_d

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Line3f() [1/5]

unsafe MR.Const_Line3f.Const_Line3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Line3f() [2/5]

unsafe MR.Const_Line3f.Const_Line3f ( MR.Const_Line3f _other)
inline

Generated from constructor MR.Line3f.Line3f.

◆ Const_Line3f() [3/5]

MR.Const_Line3f.Const_Line3f ( Line3f _other)
inline

Generated from constructor MR.Line3f.Line3f.

◆ Const_Line3f() [4/5]

unsafe MR.Const_Line3f.Const_Line3f ( in MR.Vector3f p,
in MR.Vector3f d )
inline

Generated from constructor MR.Line3f.Line3f.

◆ Const_Line3f() [5/5]

unsafe MR.Const_Line3f.Const_Line3f ( MR.Const_Line3d l)
inline

Generated from constructor MR.Line3f.Line3f.

Member Function Documentation

◆ call()

unsafe MR.Vector3f MR.Const_Line3f.call ( float param)
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_Line3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ distanceSq()

unsafe float MR.Const_Line3f.distanceSq ( in MR.Vector3f x)
inline

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

◆ normalized()

unsafe MR.Line3f MR.Const_Line3f.normalized ( )
inline

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

◆ operator+()

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

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

◆ operator-()

unsafe MR.Line3f MR.Const_Line3f.operator- ( MR.Const_Line3f _this)
inlinestatic

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

◆ project()

unsafe MR.Vector3f MR.Const_Line3f.project ( in MR.Vector3f x)
inline

finds the closest point to the given one on this line Generated from method MR.Line3f.project.

◆ projectionParam()

unsafe float MR.Const_Line3f.projectionParam ( in MR.Vector3f x)
inline

finds the parameter of the closest point to the given one on this line Generated from method MR.Line3f.projectionParam.

Member Data Documentation

◆ __ref_storage_d

unsafe MR.Vector3f* MR.Const_Line3f.__ref_storage_d
protected

◆ __ref_storage_p

unsafe MR.Vector3f* MR.Const_Line3f.__ref_storage_p
protected

Property Documentation

◆ d

unsafe ref readonly MR.Vector3f MR.Const_Line3f.d
get

◆ p

unsafe ref readonly MR.Vector3f MR.Const_Line3f.p
get

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