mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-24 00:00:03 -05:00
I was able to produce some kind of vectorized map by using series to stand in for arccn, but I'm pretty sure it's not Pierce Quincuncial. There's some mathematical notation I don't understand, which I'm currently working on.
10 lines
530 B
XML
10 lines
530 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/workspace/ellipticFunctions/ellipticFunctions.jar"/>
|
|
<classpathentry kind="lib" path="C:/Users/jkunimune/workspace/ellipticFunctions/mfc.jar"/>
|
|
<classpathentry kind="lib" path="C:/Users/jkunimune/workspace/commons-math3-3.5/commons-math3-3.5.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|