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