2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line2d. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Line2d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Line2d (MR.Const_Line2d _other) |
| Generated from constructor MR.Line2d.Line2d. | |
| Const_Line2d (Line2d _other) | |
| Generated from constructor MR.Line2d.Line2d. | |
| unsafe | Const_Line2d (in MR.Vector2d p, in MR.Vector2d d) |
| Generated from constructor MR.Line2d.Line2d. | |
| unsafe MR.Vector2d | call (double param) |
| returns point on the line, where param=0 returns p and param=1 returns p+d Generated from method MR::Line2d::operator(). | |
| unsafe double | distanceSq (in MR.Vector2d x) |
| returns squared distance from given point to this line Generated from method MR.Line2d.distanceSq. | |
| unsafe MR.Line2d | normalized () |
| returns same line represented with unit d-vector Generated from method MR.Line2d.normalized. | |
| unsafe MR.Vector2d | project (in MR.Vector2d x) |
| finds the closest point on line Generated from method MR.Line2d.project. | |
Static Public Member Functions | |
| static unsafe MR.Line2d | operator- (MR.Const_Line2d _this) |
| returns same line represented with flipped direction of d-vector Generated from method MR::Line2d::operator-. | |
| static unsafe MR.Const_Line2d | operator+ (MR.Const_Line2d _this) |
| returns same representation Generated from method MR::Line2d::operator+. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector2d * | __ref_storage_p |
| unsafe MR.Vector2d * | __ref_storage_d |
Properties | |
| unsafe ref readonly MR.Vector2d | p [get] |
| unsafe ref readonly MR.Vector2d | d [get] |
2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line2d. This is the 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 |
returns point on the line, where param=0 returns p and param=1 returns p+d Generated from method MR::Line2d::operator().
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
returns squared distance from given point to this line Generated from method MR.Line2d.distanceSq.
|
inline |
returns same line represented with unit d-vector Generated from method MR.Line2d.normalized.
|
inlinestatic |
returns same representation Generated from method MR::Line2d::operator+.
|
inlinestatic |
returns same line represented with flipped direction of d-vector Generated from method MR::Line2d::operator-.
|
inline |
finds the closest point on line Generated from method MR.Line2d.project.
|
protected |
|
protected |
|
get |
|
get |