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...
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] |
2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line2d. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Line2d.Line2d.
|
inline |
Generated from constructor MR.Line2d.Line2d.
|
inline |
Generated from constructor MR.Line2d.Line2d.
|
inline |
Generated from method MR::Line2d::operator=.
|
get |
|
get |