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...
|
| 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=.
|
| |
2- or 3-dimensional line: cross( x - p, d ) = 0 Generated from class MR.Line3d. This is the non-const half of the class.
◆ Line3d() [1/4]
| unsafe MR.Line3d.Line3d |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Line3d() [2/4]
| unsafe MR.Line3d.Line3d |
( |
MR.Const_Line3d | _other | ) |
|
|
inline |
Generated from constructor MR.Line3d.Line3d.
◆ Line3d() [3/4]
| MR.Line3d.Line3d |
( |
Line3d | _other | ) |
|
|
inline |
Generated from constructor MR.Line3d.Line3d.
◆ Line3d() [4/4]
Generated from constructor MR.Line3d.Line3d.
◆ assign()
| unsafe MR.Line3d MR.Line3d.assign |
( |
MR.Const_Line3d | _other | ) |
|
|
inline |
Generated from method MR.Line3d.operator=.
The documentation for this class was generated from the following file: