Generated from class MR.PolylineIntersectionResult2. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolylineIntersectionResult2:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolylineIntersectionResult2 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PolylineIntersectionResult2 (MR.Const_EdgePoint edgePoint, float distanceAlongLine) |
Constructs MR.PolylineIntersectionResult2 elementwise. | |
| unsafe | Const_PolylineIntersectionResult2 (MR.Const_PolylineIntersectionResult2 _other) |
Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_EdgePoint | edgePoint [get] |
| intersection point in polyline | |
| unsafe float | distanceAlongLine [get] |
| stores the distance from ray origin to the intersection point in direction units | |
Properties inherited from MR.Misc.Object< Const_PolylineIntersectionResult2 > | |
| 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_PolylineIntersectionResult2 > | |
| bool | _IsOwningVal |
Generated from class MR.PolylineIntersectionResult2. This is the const half of the class.