|
| new unsafe MR.Std.Vector_MRVertId | neighbors [get, protected set] |
| | clockwise points around center point in (optimized) triangle fan, each pair of points (as well as back()-front() pair) together with the center form a fan triangle
|
| new unsafe MR.Std.Vector_StdPairDoubleInt | cacheAngleOrder [get, protected set] |
| | temporary reusable storage to avoid allocations for each point
|
| new unsafe ref MR.VertId | border [get] |
| | first border edge (invalid if the center point is not on the boundary) triangle associated with this point is absent
|
| new unsafe MR.FewSmallest_MRPointsProjectionResult | nearesetPoints [get, protected set] |
| | the storage to collect n-nearest neighbours, here to avoid allocations for each point
|
| Properties inherited from MR.TriangulationHelpers.Const_TriangulatedFanData |
| unsafe MR.Std.Const_Vector_MRVertId | neighbors [get, protected set] |
| | clockwise points around center point in (optimized) triangle fan, each pair of points (as well as back()-front() pair) together with the center form a fan triangle
|
| unsafe MR.Std.Const_Vector_StdPairDoubleInt | cacheAngleOrder [get, protected set] |
| | temporary reusable storage to avoid allocations for each point
|
| unsafe ref readonly MR.VertId | border [get] |
| | first border edge (invalid if the center point is not on the boundary) triangle associated with this point is absent
|
| unsafe MR.Const_FewSmallest_MRPointsProjectionResult | nearesetPoints [get, protected set] |
| | the storage to collect n-nearest neighbours, here to avoid allocations for each point
|
Data with caches for optimizing fan triangulation Generated from class MR.TriangulationHelpers.TriangulatedFanData. This is the non-const half of the class.