Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 294 Bytes

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~).