2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line3d. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | Line3d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Line3d (MR.Const_Line3d _other) |
| Generated from constructor MR.Line3d.Line3d. | |
| Line3d (Line3d _other) | |
| Generated from constructor MR.Line3d.Line3d. | |
| unsafe | Line3d (in MR.Vector3d p, in MR.Vector3d d) |
| Generated from constructor MR.Line3d.Line3d. | |
| unsafe MR.Line3d | assign (MR.Const_Line3d _other) |
| Generated from method MR::Line3d::operator=. | |
| Public Member Functions inherited from MR.Const_Line3d | |
| virtual void | Dispose () |
| unsafe | Const_Line3d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Line3d (MR.Const_Line3d _other) |
| Generated from constructor MR.Line3d.Line3d. | |
| Const_Line3d (Line3d _other) | |
| Generated from constructor MR.Line3d.Line3d. | |
| unsafe | Const_Line3d (in MR.Vector3d p, in MR.Vector3d d) |
| Generated from constructor MR.Line3d.Line3d. | |
| unsafe MR.Vector3d | call (double param) |
| returns point on the line, where param=0 returns p and param=1 returns p+d Generated from method MR::Line3d::operator(). | |
| unsafe double | distanceSq (in MR.Vector3d x) |
| returns squared distance from given point to this line Generated from method MR.Line3d.distanceSq. | |
| unsafe MR.Line3d | normalized () |
| returns same line represented with unit d-vector Generated from method MR.Line3d.normalized. | |
| unsafe MR.Vector3d | project (in MR.Vector3d x) |
| finds the closest point on line Generated from method MR.Line3d.project. | |
Properties | |
| new unsafe ref MR.Vector3d | p [get] |
| new unsafe ref MR.Vector3d | d [get] |
| Properties inherited from MR.Const_Line3d | |
| unsafe ref readonly MR.Vector3d | p [get] |
| unsafe ref readonly MR.Vector3d | d [get] |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_Line3d | |
| static unsafe MR.Line3d | operator- (MR.Const_Line3d _this) |
| returns same line represented with flipped direction of d-vector Generated from method MR::Line3d::operator-. | |
| static unsafe MR.Const_Line3d | operator+ (MR.Const_Line3d _this) |
| returns same representation Generated from method MR::Line3d::operator+. | |
| Protected Member Functions inherited from MR.Const_Line3d | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_Line3d | |
| unsafe MR.Vector3d * | __ref_storage_p |
| unsafe MR.Vector3d * | __ref_storage_d |
2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line3d. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Line3d.Line3d.
|
inline |
Generated from constructor MR.Line3d.Line3d.
|
inline |
Generated from constructor MR.Line3d.Line3d.
|
inline |
Generated from method MR::Line3d::operator=.
|
get |
|
get |