Package: terrainmeshr
Type: Package
Title: Triangulate and Simplify 3D Terrain Meshes
Version: 0.1.0
Authors@R: c(person("Tyler", "Morgan-Wall", email = "tylermw@gmail.com",
    role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
    person("Michael", "Fogleman", role=c("ctb", "cph")))
Description: Provides triangulations of regular height fields, based on the methods described in "Fast Polygonal Approximation of Terrains and Height Fields" Michael Garland and Paul S. Heckbert (1995) <https://www.mgarland.org/files/papers/scape.pdf> using code from the 'hmm' library written by Michael Fogleman <https://www.github.com/fogleman/hmm>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports: Rcpp (>= 1.0.0)
LinkingTo: Rcpp
URL: https://www.github.com/tylermorganwall/terrainmeshr
BugReports: https://www.github.com/tylermorganwall/terrainmeshr/issues
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-04-25 15:09:57 UTC; tyler
Author: Tyler Morgan-Wall [aut, cph, cre]
    (<https://orcid.org/0000-0002-3131-3814>),
  Michael Fogleman [ctb, cph]
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-29 15:20:02 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 00:58:52 UTC; windows
Archs: x64
