# CGALDotNet **Repository Path**: bobzhangfw/CGALDotNet ## Basic Information - **Project Name**: CGALDotNet - **Description**: No description available - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-13 - **Last Updated**: 2023-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to CGALDotNet. - [Introduction.](https://github.com/Scrawk/CGALDotNet/wiki/Introduction) - [The CGAL Numbers types.](https://github.com/Scrawk/CGALDotNet/wiki/The-Number-Types) - [Eigen](https://github.com/Scrawk/CGALDotNet/wiki/Eigen) - [The CGAL Object.](https://github.com/Scrawk/CGALDotNet/wiki/The-CGALObject) - [The CGAL Global Functions.](https://github.com/Scrawk/CGALDotNet/wiki/The-CGALGlobal-Functions) - [Unity Extensions](https://github.com/Scrawk/CGALDotNet/wiki/Unity-Extensions) # The Geometry Kernel. - [The Geometry Numerics.](https://github.com/Scrawk/CGALDotNet/wiki/The-Geometry-Numerics) - [The Geometry Shapes.](https://github.com/Scrawk/CGALDotNet/wiki/The-Geometry-Shapes) - [The Geometry Objects.](https://github.com/Scrawk/CGALDotNet/wiki/The-Geometry-Objects) - [The Geometry Intersections.](https://github.com/Scrawk/CGALDotNet/wiki/The-Geometry-Intersections) # The Polygon Kernel. - [The Polygon Object.](https://github.com/Scrawk/CGALDotNet/wiki/The-Polygon-Object) - [The Polygon With Holes Object.](https://github.com/Scrawk/CGALDotNet/wiki/The-Polygon-With-Holes-Object) - [Polygon Boolean.](https://github.com/Scrawk/CGALDotNet/wiki/Polygon-Boolean) - [Polygon Minkowski.](https://github.com/Scrawk/CGALDotNet/wiki/Polygon-Minkowski) - [Polygon Offset.](https://github.com/Scrawk/CGALDotNet/wiki/Polygon-Offset) - [Polygon Simplification.](https://github.com/Scrawk/CGALDotNet/wiki/Polygon-Simplification) - [Polygon Visibility.](https://github.com/Scrawk/CGALDotNet/wiki/Polygon-Visibility) - [Polygon Partition.](https://github.com/Scrawk/CGALDotNet/wiki/Polygon-Partition) # The Triangulation Kernel - [Triangulation 2D](https://github.com/Scrawk/CGALDotNet/wiki/Triangulations-2D) - [Triangulation 3D](https://github.com/Scrawk/CGALDotNet/wiki/Triangulations-3D) # The Arrangements Kernel - [Arrangements 2D](https://github.com/Scrawk/CGALDotNet/wiki/Arrangements-2D) - [Sweep Line 2D](https://github.com/Scrawk/CGALDotNet/wiki/Sweep-Line-2D) # The Polyhedra Kernel - [Polyhedra3 Mesh](https://github.com/Scrawk/CGALDotNet/wiki/Polyhedron3-Mesh) - [Mesh Processing](https://github.com/Scrawk/CGALDotNet/wiki/Mesh-Processing) Some common geomerty objects are referrenced in a [seperate project](https://github.com/Scrawk/CGALDotNetGeometry) so they can come under a different license. Work in progress. Only 64 bit windows binarys provided. Examples in Unity can be found in [this](https://github.com/Scrawk/CGALDotNetUnity) repository. A page on the Unity forums can be found [here](https://forum.unity.com/threads/cgaldotnet-a-c-computational-library-built-around-cgal.1250314/).