Map-Projections/.classpath
Justin Kunimune 35e0dacf0f I'm back - and bigger than ever!
I changed Projection to define "width" and "height" attributes rather than an "aspectRatio" attribute. I'm not sure if it saves any code, and it's definitely less efficient this way, bit it makes the math parts of the code a whole lot more readable and more consise. It also makes my conics work a little bit better.
2017-11-21 17:23:58 -05:00

10 lines
558 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/jkunimune/eclipse-workspace/commons-math3-3.6.1/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="C:/Users/jkunimune/eclipse-workspace/ellipticFunctions/ellipticFunctions.jar"/>
<classpathentry kind="lib" path="C:/Users/jkunimune/eclipse-workspace/ellipticFunctions/mfc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>