Generated from class MR.LineSegm3d. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_LineSegm3d () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_LineSegm3d (MR.Const_LineSegm3d _other) |
| | Generated from constructor MR.LineSegm3d.LineSegm3d.
|
| |
|
unsafe | Const_LineSegm3d (in MR.Vector3d a, in MR.Vector3d b) |
| | Generated from constructor MR.LineSegm3d.LineSegm3d.
|
| |
|
unsafe MR.Vector3d | dir () |
| | returns directional vector of the line Generated from method MR.LineSegm3d.dir.
|
| |
|
unsafe double | lengthSq () |
| | returns squared length of this line segment Generated from method MR.LineSegm3d.lengthSq.
|
| |
|
unsafe double | length () |
| | returns the length of this line segment Generated from method MR.LineSegm3d.length.
|
| |
|
unsafe MR.Vector3d | call (double param) |
| | returns point on the line, where param=0 returns a and param=1 returns b Generated from method MR.LineSegm3d.operator().
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly MR.Vector3d | a [get] |
| |
|
unsafe ref readonly MR.Vector3d | b [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.LineSegm3d. This is the const half of the class.
The documentation for this class was generated from the following file: