Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Various geometry functions.
public static class Utils
Inheritance: object → Utils
Name | Description |
---|---|
BboxFromPolygon(Polygon) | Create from polygon. |
BoundingBoxFromPolygon(Polygon) | Create from polygon. |
BoundingBoxFromPolygons(IEnumerable<Polygon>) | Create from a list of polygons. |
CompareOnX(Polygon, Polygon) | Compare two polygons based on their X coordinates. Useful for sorting lists. |
CompareOnY(Polygon, Polygon) | Compare two polygons based on their Y coordinates. Useful for sorting lists. |
IsPointInY(Point, double, double) | Determine if a Point is within two Y coordinates. |
Documentation generated by MdDocs