Current section
Files
Jump to
Current section
Files
lib/geom.ex
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
#Implement serializer module
#Load nav mesh on server start
#Add nav mesh to map entity
#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