Parameters
IEnumerable<Point2D>
vertices
A list of vertices.
Type Polygon2D
Namespace MathNet.Spatial.Euclidean
Interfaces IEquatable<Polygon2D>, IXmlSerializable
IEnumerable<Point2D>
verticesA list of vertices.
Point2D[]
verticesA list of vertices.
bool
True if the vertices collide; otherwise false.
IEnumerable<Point2D>
pointListA list of points
bool
clockWiseIn which direction to return the points on the convex hull. If true, clockwise. Otherwise counter clockwise
bool
True if the point is inside the polygon; otherwise false.
Polygon2D
otherThe polygon to compare against.
double
toleranceA tolerance (epsilon) to adjust for floating point error
bool
true if the polygons are equal; otherwise false
double
singleStepToleranceThe tolerance by which adjacent edges should be considered collinear.