Skip to content

A Clojure implementation of "Efficient Triangulation Algorithm Suitable for Terrain Modelling" (Bourke, 1989).

Notifications You must be signed in to change notification settings

muhuk/triangulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triangulate

A Clojure implementation of Efficient Triangulation Algorithm Suitable for Terrain Modelling.

Usage

(require 'triangulate.core)
(def points [(triangulate.core/->Point Ax Ay)
             (triangulate.core/->Point Bx By)
             ...
             (triangulate.core/->Point Zx Zy)])
(def triangles (triangulate.core/triangulate points))

License

Copyright © 2013 Atamert Ölçgen

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

About

A Clojure implementation of "Efficient Triangulation Algorithm Suitable for Terrain Modelling" (Bourke, 1989).

Resources

Stars

Watchers

Forks

Packages

No packages published