MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Line2d Class Reference

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

+ Inheritance diagram for MR.Line2d:

Public Member Functions

unsafe Line2d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Line2d (MR.Const_Line2d _other)
 Generated from constructor MR.Line2d.Line2d.
 
 Line2d (Line2d _other)
 Generated from constructor MR.Line2d.Line2d.
 
unsafe Line2d (in MR.Vector2d p, in MR.Vector2d d)
 Generated from constructor MR.Line2d.Line2d.
 
unsafe MR.Line2d assign (MR.Const_Line2d _other)
 Generated from method MR.Line2d.operator=.
 

Properties

new unsafe ref MR.Vector2d p [get]
 
new unsafe ref MR.Vector2d d [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Line2d() [1/4]

unsafe MR.Line2d.Line2d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Line2d() [2/4]

unsafe MR.Line2d.Line2d ( MR.Const_Line2d _other)
inline

Generated from constructor MR.Line2d.Line2d.

◆ Line2d() [3/4]

MR.Line2d.Line2d ( Line2d _other)
inline

Generated from constructor MR.Line2d.Line2d.

◆ Line2d() [4/4]

unsafe MR.Line2d.Line2d ( in MR.Vector2d p,
in MR.Vector2d d )
inline

Generated from constructor MR.Line2d.Line2d.

Member Function Documentation

◆ assign()

unsafe MR.Line2d MR.Line2d.assign ( MR.Const_Line2d _other)
inline

Generated from method MR.Line2d.operator=.

Property Documentation

◆ d

new unsafe ref MR.Vector2d MR.Line2d.d
get

◆ p

new unsafe ref MR.Vector2d MR.Line2d.p
get

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