defmodule Geom do @moduledoc """ The Geom project holds representations of different geometric shapes as well as functions and algorithms used for their manipulation. """ #TODO: clean up astar #TODO: Add collisions # Add edge intersection logic # Check floats #Generate path on new target pos, add to existing path (even if empty) #reset path on target change #How to get current map to access nav mesh end