Generated from class MR.LineSegm3f. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_LineSegm3f () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_LineSegm3f (MR.Const_LineSegm3f _other) |
| | Generated from constructor MR.LineSegm3f.LineSegm3f.
|
| |
|
unsafe | Const_LineSegm3f (in MR.Vector3f a, in MR.Vector3f b) |
| | Generated from constructor MR.LineSegm3f.LineSegm3f.
|
| |
|
unsafe MR.Vector3f | dir () |
| | returns directional vector of the line Generated from method MR.LineSegm3f.dir.
|
| |
|
unsafe float | lengthSq () |
| | returns squared length of this line segment Generated from method MR.LineSegm3f.lengthSq.
|
| |
|
unsafe float | length () |
| | returns the length of this line segment Generated from method MR.LineSegm3f.length.
|
| |
|
unsafe MR.Vector3f | call (float param) |
| | returns point on the line, where param=0 returns a and param=1 returns b Generated from method MR.LineSegm3f.operator().
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly MR.Vector3f | a [get] |
| |
|
unsafe ref readonly MR.Vector3f | 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.LineSegm3f. This is the const half of the class.
The documentation for this class was generated from the following file: