Improve tessellation algorithm

Added new mesh class
Rewrite mesh algorithms to be less error prone
Make code more concise
Tried to add some documentation
Added half edge set
This commit is contained in:
2025-05-03 23:52:54 -04:00
parent a1899a52b7
commit d16041f977
30 changed files with 2923 additions and 227 deletions

View File

@@ -1,5 +1,7 @@
package com.aaaaahhhhhhh.bananapuncher714.tess4j;
import com.aaaaahhhhhhh.bananapuncher714.mesh.Vector2d;
public class Vertex {
private HalfWing wing;
private Vector2d position;