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