Click or drag to resize

DelaunayHelpersKruskal Method

[Missing <summary> documentation for "M:Delaunay.DelaunayHelpers.Kruskal(System.Collections.Generic.List{Delaunay.Geo.LineSegment},Delaunay.KruskalType)"]

Namespace:  Delaunay
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<LineSegment> Kruskal(
	List<LineSegment> lineSegments,
	KruskalType type = KruskalType.MINIMUM
)

Parameters

lineSegments
Type: System.Collections.GenericListLineSegment

[Missing <param name="lineSegments"/> documentation for "M:Delaunay.DelaunayHelpers.Kruskal(System.Collections.Generic.List{Delaunay.Geo.LineSegment},Delaunay.KruskalType)"]

type (Optional)
Type: DelaunayKruskalType

[Missing <param name="type"/> documentation for "M:Delaunay.DelaunayHelpers.Kruskal(System.Collections.Generic.List{Delaunay.Geo.LineSegment},Delaunay.KruskalType)"]

Return Value

Type: ListLineSegment

[Missing <returns> documentation for "M:Delaunay.DelaunayHelpers.Kruskal(System.Collections.Generic.List{Delaunay.Geo.LineSegment},Delaunay.KruskalType)"]

See Also