CONREC: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 5: Zeile 5:
 
'''Source code'''
 
'''Source code'''
  
* Java version: [http://astronomy.swin.edu.au/~pbourke/projection/conrec/Render.java Render.java and] [http://astronomy.swin.edu.au/~pbourke/projection/conrec/Conrec.java] by Bradley White
+
* Java version: [http://astronomy.swin.edu.au/~pbourke/projection/conrec/Render.java Render.java and] [http://astronomy.swin.edu.au/~pbourke/projection/conrec/Conrec.java Conrec.java] by Bradley White
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/Render.java Adapted to C++] by Nicholas Yue.
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/Render.java Adapted to C++] by Nicholas Yue.
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/ada/ Ada version] by Gautier de Montmollin.
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/ada/ Ada version] by Gautier de Montmollin.
Zeile 13: Zeile 13:
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/coreconrect.dpr Delphi translation] courtesy of Alexander Weidauer
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/coreconrect.dpr Delphi translation] courtesy of Alexander Weidauer
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/ConRecVBDemo.zip Visual Basic version] by Michelle Smith
 
* [http://astronomy.swin.edu.au/~pbourke/projection/conrec/ConRecVBDemo.zip Visual Basic version] by Michelle Smith
 +
 +
[[Kategorie:Programmierung]]
 +
[[Kategorie:Java]]
 +
[[Kategorie:C]]
 +
[[Kategorie:Basic]]
 +
[[Kategorie:Visual Basic]]
 +
[[Kategorie:Delphi]]
 +
[[Kategorie:Fortran]]
 +
[[Kategorie:Höhenmodell]]
 +
[[Kategorie:Open Source]]

Aktuelle Version vom 15. November 2005, 11:26 Uhr

CONREC is a a straightforward method of contouring some surface represented a regular triangular mesh.

Source code