mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-11-12 00:00:38 -05:00
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.
10 lines
558 B
XML
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>
|