Package: geometry
Maintainer: David C. Sterratt <david.c.sterratt@ed.ac.uk>
License: GPL (>= 2) + file LICENSE
Title: Mesh generation and surface tesselation
Author: C. B. Barber, Kai Habel, Raoul Grasman, Robert B. Gramacy,
        Andreas Stahel and David C. Sterratt
Description: This package makes the qhull library (www.qhull.org)
        available in R, in a similar manner as in Octave and MATLAB.
        Qhull computes convex hulls, Delaunay triangulations, halfspace
        intersections about a point, Voronoi diagrams, furthest-site
        Delaunay triangulations, and furthest-site Voronoi diagrams. It
        runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the
        Quickhull algorithm for computing the convex hull. Qhull does
        not support constrained Delaunay triangulations, or mesh
        generation of non-convex objects, but the package does include
        some R functions that allow for this. Currently the package
        only gives access to Delaunay triangulation and convex hull
        computation.
Version: 0.3-0
URL: http://geometry.r-forge.r-project.org/
Date: 2012-04-17
BugReports: https://r-forge.r-project.org/tracker/?group_id=1149
Depends: R (>= 2.5.0), magic
Suggests: rgl, R.matlab, tripack, multicore
Collate: 'convhulln.R' 'delaunayn.R' 'distmesh2d.R' 'distmeshnd.R'
        'entry.value.R' 'extprod3d.R' 'matmax.R' 'matmin.R'
        'matorder.R' 'matsort.R' 'mesh.dcircle.R' 'mesh.diff.R'
        'mesh.drectangle.R' 'mesh.dsphere.R' 'mesh.hunif.R'
        'mesh.intersect.R' 'mesh.union.R' 'surf.tri.R' 'tetramesh.R'
        'trimesh.R' 'trisplinter.R' 'tsearch.R' 'Unique.R' 'dotprod.R'
        'polyarea.R'
Repository: CRAN
Repository/R-Forge/Project: geometry
Repository/R-Forge/Revision: 91
Packaged: 2012-04-17 18:15:28 UTC; rforge
Date/Publication: 2012-04-18 04:40:57
