packagetest
Implements robust arithmetic and geometric predicates based on Jonathan Shewchuk's research, enabling precise computational geometry operations without floating-point errors. BURST-compatible and fully optimized for Unity, this package provides reliable geometric calculations for physics, collision detection, and spatial algorithms in game development.
com.bassmit.robustgeometricpredicates 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/packagetest.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **packagetest** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/packagetest.git#upm
```
[](https://www.pkglnk.dev/pkg/packagetest)README
Robust Geometric Predicates
A BURST compatible implementation of the robust arithmetic and geometric predicates described by Jonathan Shewchuk. This package is a port of Govert van Drimmelen's RobustGeometry.NET.
The master branch contains a Unity 2021.3.7 LTS project including unit tests.
Installation
If OpenUpm is not installed, ensure Node.js is installed so you have access to npm and run:
npm install -g openupm-cli
To add the package to a Unity project, open a prompt in the project root and run:
openupm add com.bassmit.robustgeometricpredicates
No comments yet. Be the first!