[Ptinpoly-commits] r33 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 18 14:25:52 CEST 2020
Author: jmaisog
Date: 2020-05-18 14:25:52 +0200 (Mon, 18 May 2020)
New Revision: 33
Modified:
pkg/DESCRIPTION
Log:
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2020-05-16 15:48:58 UTC (rev 32)
+++ pkg/DESCRIPTION 2020-05-18 12:25:52 UTC (rev 33)
@@ -1,12 +1,15 @@
Package: ptinpoly
Title: Point-In-Polyhedron Test (2D and 3D)
Version: 2.5
-Date: 2020-16-05
+Date: 2020-05-18
Author: Jose M. Maisog, Yuan Wang, George Luta, Jianfei Liu
Maintainer: Jose M. Maisog <bravas02 at gmail.com>
-Description: Function 'pip3d' tests whether a point in 3D space is
+Description: Function 'pip3d()' tests whether a point in 3D space is
within, exactly on, or outside an enclosed surface defined by a triangular mesh.
- Function 'pip2d' tests whether a point in 2D space is within, exactly on, or outside a polygon.
+ Function 'pip2d()' tests whether a point in 2D space is within, exactly on, or outside a polygon.
+ Reference: Liu et al., A new point containment test algorithm based on preprocessing
+ and determining triangles, Computer-Aided Design 42(12):1143-1150.
+ https://doi.org/10.1016/j.cad.2010.08.002
License: GPL-2
LazyLoad: yes
Depends: misc3d
More information about the Ptinpoly-commits
mailing list