Click or drag to resize

DelaunayHelpersVisibleLineSegments Method

[Missing <summary> documentation for "M:Delaunay.DelaunayHelpers.VisibleLineSegments(System.Collections.Generic.List{Delaunay.Edge})"]

Namespace:  Delaunay
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<LineSegment> VisibleLineSegments(
	List<Edge> edges
)

Parameters

edges
Type: System.Collections.GenericListEdge

[Missing <param name="edges"/> documentation for "M:Delaunay.DelaunayHelpers.VisibleLineSegments(System.Collections.Generic.List{Delaunay.Edge})"]

Return Value

Type: ListLineSegment

[Missing <returns> documentation for "M:Delaunay.DelaunayHelpers.VisibleLineSegments(System.Collections.Generic.List{Delaunay.Edge})"]

See Also