Click or drag to resize

VertexIntersect Method

[Missing <summary> documentation for "M:Delaunay.Vertex.Intersect(Delaunay.Halfedge,Delaunay.Halfedge)"]

Namespace:  Delaunay
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vertex Intersect(
	Halfedge halfedge0,
	Halfedge halfedge1
)

Parameters

halfedge0
Type: DelaunayHalfedge

[Missing <param name="halfedge0"/> documentation for "M:Delaunay.Vertex.Intersect(Delaunay.Halfedge,Delaunay.Halfedge)"]

halfedge1
Type: DelaunayHalfedge

[Missing <param name="halfedge1"/> documentation for "M:Delaunay.Vertex.Intersect(Delaunay.Halfedge,Delaunay.Halfedge)"]

Return Value

Type: Vertex

[Missing <returns> documentation for "M:Delaunay.Vertex.Intersect(Delaunay.Halfedge,Delaunay.Halfedge)"]

See Also