Generated from class MR.PolylineProjectionResult3Arg. Base classes: Direct: (non-virtual) MR.PolylineProjectionResult3 This is the non-const half of the class. More...
Static Public Member Functions | |
| static unsafe implicit | operator MR.PolylineProjectionResult3 (PolylineProjectionResult3Arg self) |
| Static Public Member Functions inherited from MR.Const_PolylineProjectionResult3Arg | |
| static unsafe implicit | operator MR.Const_PolylineProjectionResult3 (Const_PolylineProjectionResult3Arg self) |
| static unsafe | operator bool (MR.Const_PolylineProjectionResult3Arg _this) |
| Generated from conversion operator MR::PolylineProjectionResult3Arg::operator bool. | |
Properties | |
| new unsafe ref MR.VertId | pointId [get] |
| new unsafe ref MR.UndirectedEdgeId | line [get] |
| polyline's edge containing the closest point | |
| new unsafe ref MR.Vector3f | point [get] |
| closest point on polyline, transformed by xf if it is given | |
| new unsafe ref float | distSq [get] |
| squared distance from pt to proj | |
| Properties inherited from MR.Const_PolylineProjectionResult3Arg | |
| unsafe ref readonly MR.VertId | pointId [get] |
| 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 | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_PolylineProjectionResult3Arg | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_PolylineProjectionResult3Arg | |
| unsafe MR.VertId * | __ref_storage_pointId |
| unsafe MR.UndirectedEdgeId * | __ref_storage_line |
| unsafe MR.Vector3f * | __ref_storage_point |
| unsafe float * | __ref_storage_distSq |
Generated from class MR.PolylineProjectionResult3Arg. Base classes: Direct: (non-virtual) MR.PolylineProjectionResult3 This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PolylineProjectionResult3Arg.PolylineProjectionResult3Arg.
|
inline |
Generated from constructor MR.PolylineProjectionResult3Arg.PolylineProjectionResult3Arg.
|
inline |
Generated from method MR::PolylineProjectionResult3Arg::operator=.
|
inlinestatic |
|
get |
squared distance from pt to proj
|
get |
polyline's edge containing the closest point
|
get |
closest point on polyline, transformed by xf if it is given
|
get |