/unity-simplex

Minimalist simplex library

Primary LanguageC#MIT LicenseMIT

unity-simplex-geometry

Simplex geometry utility library on 2D/3D, which includes

  • Segment(2D/3D)
  • Triangle(2D/3D)
  • Tetrahedra(3D)
  • Convexhull(2D/3D)
  • Other utils like Circles...

This library is based on Unity.Mathematics SIMD library, be sure to install them beforehand (ver 1.1.0~).