Click or drag to resize

DelaunayHelpersSelectEdgesForSitePoint Method

[Missing <summary> documentation for "M:Delaunay.DelaunayHelpers.SelectEdgesForSitePoint(StarfieldUtils.MathUtils.Vec2D,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<Edge> SelectEdgesForSitePoint(
	Vec2D coord,
	List<Edge> edgesToTest
)

Parameters

coord
Type: StarfieldUtils.MathUtilsVec2D

[Missing <param name="coord"/> documentation for "M:Delaunay.DelaunayHelpers.SelectEdgesForSitePoint(StarfieldUtils.MathUtils.Vec2D,System.Collections.Generic.List{Delaunay.Edge})"]

edgesToTest
Type: System.Collections.GenericListEdge

[Missing <param name="edgesToTest"/> documentation for "M:Delaunay.DelaunayHelpers.SelectEdgesForSitePoint(StarfieldUtils.MathUtils.Vec2D,System.Collections.Generic.List{Delaunay.Edge})"]

Return Value

Type: ListEdge

[Missing <returns> documentation for "M:Delaunay.DelaunayHelpers.SelectEdgesForSitePoint(StarfieldUtils.MathUtils.Vec2D,System.Collections.Generic.List{Delaunay.Edge})"]

See Also