Generated from class MR.PolylineProjectionResult3. Derived classes: Direct: (non-virtual) MR.PolylineProjectionResult3Arg This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolylineProjectionResult3:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolylineProjectionResult3 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PolylineProjectionResult3 (MR.UndirectedEdgeId line, MR.Vector3f point, float distSq) |
Constructs MR.PolylineProjectionResult3 elementwise. | |
| unsafe | Const_PolylineProjectionResult3 (MR.Const_PolylineProjectionResult3 _other) |
Generated from constructor MR.PolylineProjectionResult3.PolylineProjectionResult3. | |
| unsafe bool | valid () |
check for validity, otherwise the projection was not found Generated from method MR.PolylineProjectionResult3.valid. | |
Static Public Member Functions | |
| static unsafe | operator bool (MR.Const_PolylineProjectionResult3 _this) |
Generated from conversion operator MR.PolylineProjectionResult3.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.Vector3f | 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_PolylineProjectionResult3 > | |
| 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_PolylineProjectionResult3 > | |
| bool | _IsOwningVal |
Generated from class MR.PolylineProjectionResult3. Derived classes: Direct: (non-virtual) MR.PolylineProjectionResult3Arg This is the const half of the class.