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...
|
| 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=.
|
| |
2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line2d. This is the non-const half of the class.
◆ 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]
Generated from constructor MR.Line2d.Line2d.
◆ assign()
| unsafe MR.Line2d MR.Line2d.assign |
( |
MR.Const_Line2d | _other | ) |
|
|
inline |
Generated from method MR.Line2d.operator=.
The documentation for this class was generated from the following file: