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=. | |
Properties | |
| new unsafe ref MR.Vector3d | p [get] |
| new unsafe ref MR.Vector3d | d [get] |
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 |