Generated from class MR.PolylineProjectionResult2. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolylineProjectionResult2:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolylineProjectionResult2 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PolylineProjectionResult2 (MR.UndirectedEdgeId line, MR.Vector2f point, float distSq) |
Constructs MR.PolylineProjectionResult2 elementwise. | |
| unsafe | Const_PolylineProjectionResult2 (MR.Const_PolylineProjectionResult2 _other) |
Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2. | |
| unsafe bool | valid () |
check for validity, otherwise the projection was not found Generated from method MR.PolylineProjectionResult2.valid. | |
Static Public Member Functions | |
| static unsafe | operator bool (MR.Const_PolylineProjectionResult2 _this) |
Generated from conversion operator MR.PolylineProjectionResult2.operator bool. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.UndirectedEdgeId | line [get] |
| polyline's edge containing the closest point | |
| unsafe ref readonly MR.Vector2f | point [get] |
| closest point on polyline, transformed by xf if it is given | |
| unsafe float | distSq [get] |
| squared distance from pt to proj | |
Properties inherited from MR.Misc.Object< Const_PolylineProjectionResult2 > | |
| 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 Attributes inherited from MR.Misc.Object< Const_PolylineProjectionResult2 > | |
| bool | _IsOwningVal |
Generated from class MR.PolylineProjectionResult2. This is the const half of the class.