Tag
#geometry
35 repositories
Repos
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
Polylidar3D - Fast polygon extraction from 3D Data
Graphical Debugging extension for Visual Studio
2D math / geometry collision library for C#, compatable with monogame.
A small (<10kb minified) javascript library for splitting polygons by a polyline.
GraphicalDebugging extension for Visual Studio Code
Java port of Clipper2, a Polygon Clipping and Offsetting Library
Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mahir Iqbal)
ThreeJS geometry for drawing polygons on a sphere
A machine learning project for learning geospatial topology for the paper on https://arxiv.org/abs/1806.03857
A numpy geometry class and functions. The focus is on polygons and polylines. Methods to convert to/from other geometry representations are available (eg geojson, ESRI featureclasses)
A lightweight, high performance geometry library.
A lightweight, high performance geometry library in Swift.
Utilities for calculating and comparing envelopes from geometries
Split a polygon into N similarly sized polygons
An example Unity project containing demos for ShapeMath2D.
A Java libray for creating and editing half-edge data structure
mongoose schema to support geojson fields
GEOMLib - 3D CSG Geometry Library for MATLAB® and GNU Octave
An algorithm to check if a point is inside a polygon using areas
A collection of useful classes and functions for working with 2D geometry in Python.
Solidity smart contract for calculating the area of geometric shapes
QGIS plugin to densify geometries along geodesic lines
Geometry algorithms implementations in Python
Collections of computational methods for polygon including overlap computation with Sutherland–Hodgman algorithm.