Generated from class MR.Polyline2ProjectionWithOffsetResult. This is the non-const half of the class.
More...
Inheritance diagram for MR.Polyline2ProjectionWithOffsetResult:Public Member Functions | |
| unsafe | Polyline2ProjectionWithOffsetResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Polyline2ProjectionWithOffsetResult (MR.UndirectedEdgeId line, MR.Vector2f point, float dist) |
Constructs MR.Polyline2ProjectionWithOffsetResult elementwise. | |
| unsafe | Polyline2ProjectionWithOffsetResult (MR.Const_Polyline2ProjectionWithOffsetResult _other) |
Generated from constructor MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult. | |
| unsafe MR.Polyline2ProjectionWithOffsetResult | assign (MR.Const_Polyline2ProjectionWithOffsetResult _other) |
Generated from method MR.Polyline2ProjectionWithOffsetResult.operator=. | |
Public Member Functions inherited from MR.Const_Polyline2ProjectionWithOffsetResult | |
| virtual void | Dispose () |
| unsafe | Const_Polyline2ProjectionWithOffsetResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Polyline2ProjectionWithOffsetResult (MR.UndirectedEdgeId line, MR.Vector2f point, float dist) |
Constructs MR.Polyline2ProjectionWithOffsetResult elementwise. | |
| unsafe | Const_Polyline2ProjectionWithOffsetResult (MR.Const_Polyline2ProjectionWithOffsetResult _other) |
Generated from constructor MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult. | |
Properties | |
| new unsafe ref MR.UndirectedEdgeId | line [get] |
| closest line id on polyline | |
| new unsafe ref MR.Vector2f | point [get] |
| closest point on polyline, transformed by xf if it is given | |
| new unsafe ref float | dist [get] |
| distance from offset point to proj | |
Properties inherited from MR.Const_Polyline2ProjectionWithOffsetResult | |
| unsafe ref readonly MR.UndirectedEdgeId | line [get] |
| closest line id on polyline | |
| unsafe ref readonly MR.Vector2f | point [get] |
| closest point on polyline, transformed by xf if it is given | |
| unsafe float | dist [get] |
| distance from offset point to proj | |
Properties inherited from MR.Misc.Object< Const_Polyline2ProjectionWithOffsetResult > | |
| 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Const_Polyline2ProjectionWithOffsetResult | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Polyline2ProjectionWithOffsetResult > | |
| bool | _IsOwningVal |
Generated from class MR.Polyline2ProjectionWithOffsetResult. This is the non-const half of the class.