MadMartian / hydrazine-path-finding

A rather basic A* path-finding engine inspired by a certain blocky sandbox game that everyone has played before
Other
22 stars 3 forks source link

I can't find class #1

Closed TheDevTec closed 3 years ago

TheDevTec commented 3 years ago

I have eclipse error "The type com.extollit.linalg.immutable.AxisAlignedBBox cannot be resolved. It is indirectly referenced from required .class files" I can't seem to find where should i import this class from, also i cannot use Maven or Gradle, only Jars. Could you please point me to the dependency?

MadMartian commented 3 years ago

Try adding data-structures to your build.gradle as a dependency: compile group: 'com.github.MadMartian', name: 'data-structures', version: '2.9'