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

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

Inheritance diagram for MR.Line2f:

Public Member Functions

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

Properties

new unsafe ref MR.Vector2f p [get]
new unsafe ref MR.Vector2f d [get]
Properties inherited from MR.Const_Line2f
unsafe ref readonly MR.Vector2f p [get]
unsafe ref readonly MR.Vector2f d [get]

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_Line2f
static unsafe MR.Line2f operator- (MR.Const_Line2f _this)
 returns same line represented with flipped direction of d-vector Generated from method MR::Line2f::operator-.
static unsafe MR.Const_Line2f operator+ (MR.Const_Line2f _this)
 returns same representation Generated from method MR::Line2f::operator+.
Protected Member Functions inherited from MR.Const_Line2f
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Line2f
unsafe MR.Vector2f__ref_storage_p
unsafe MR.Vector2f__ref_storage_d

Detailed Description

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

Constructor & Destructor Documentation

◆ Line2f() [1/4]

unsafe MR.Line2f.Line2f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Line2f() [2/4]

unsafe MR.Line2f.Line2f ( MR.Const_Line2f _other)
inline

Generated from constructor MR.Line2f.Line2f.

◆ Line2f() [3/4]

MR.Line2f.Line2f ( Line2f _other)
inline

Generated from constructor MR.Line2f.Line2f.

◆ Line2f() [4/4]

unsafe MR.Line2f.Line2f ( in MR.Vector2f p,
in MR.Vector2f d )
inline

Generated from constructor MR.Line2f.Line2f.

Member Function Documentation

◆ assign()

unsafe MR.Line2f MR.Line2f.assign ( MR.Const_Line2f _other)
inline

Generated from method MR::Line2f::operator=.

Property Documentation

◆ d

new unsafe ref MR.Vector2f MR.Line2f.d
get

◆ p

new unsafe ref MR.Vector2f MR.Line2f.p
get

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