[Missing <summary> documentation for "P:Delaunay.Edge.clippedEnds"]
Namespace:
Delaunay
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<Side, Vec2D> clippedEnds { get; }
Public ReadOnly Property clippedEnds As Dictionary(Of Side, Vec2D)
Get
public:
property Dictionary<Side, Vec2D^>^ clippedEnds {
Dictionary<Side, Vec2D^>^ get ();
}
member clippedEnds : Dictionary<Side, Vec2D> with get
Property Value
Type:
DictionarySide,
Vec2DSee Also