Namespace Advanced.Algorithms.Geometry
Classes
BentleyOttmann
Bentley-Ottmann sweep line algorithm to find line intersections.
ClosestPointPair
Closest-point pair finder.
ConvexHull
Convex hull using jarvis's algorithm.
Line
Line object.
LineExtensions
Line extensions.
LineIntersection
Line intersection computer.
Point
Point object.
PointComparer
Compares two points for geometric equality implementing IEqualityComparer.
PointInsidePolygon
Check whether a given point is inside given polygon.
PointRotation
Rotates given point by given angle about given center.
Polygon
Polygon object.
Rectangle
Rectangle object.
RectangleComparer
Compares two rectangles for geometrical equality implementing IEqualityComparer.
RectangleIntersection
Rectangle intersection finder.