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.
boolTrue 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
boolTrue 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
booltrue if the polygons are equal; otherwise false
double singleStepToleranceThe tolerance by which adjacent edges should be considered collinear.