Click or drag to resize

LineSegmentCompareLengths Method

[Missing <summary> documentation for "M:Delaunay.Geo.LineSegment.CompareLengths(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment)"]

Namespace:  Delaunay.Geo
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int CompareLengths(
	LineSegment edge0,
	LineSegment edge1
)

Parameters

edge0
Type: Delaunay.GeoLineSegment

[Missing <param name="edge0"/> documentation for "M:Delaunay.Geo.LineSegment.CompareLengths(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment)"]

edge1
Type: Delaunay.GeoLineSegment

[Missing <param name="edge1"/> documentation for "M:Delaunay.Geo.LineSegment.CompareLengths(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Delaunay.Geo.LineSegment.CompareLengths(Delaunay.Geo.LineSegment,Delaunay.Geo.LineSegment)"]

See Also