Click or drag to resize

SimpleLoop2Segments Method

Get enumerable for iterating through the segments of the closed polygon.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public IEnumerable<Line2> Segments()

Return Value

Type: IEnumerableLine2

[Missing <returns> documentation for "M:Karamba.Geometry.SimpleLoop2.Segments"]

Implements

ILoop2Segments
See Also