Package: ptinpoly 2.8
ptinpoly: Point-in-Polyhedron Test (2D and 3D)
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. For a reference, see: Liu et al., A new point containment test algorithm based on preprocessing and determining triangles, Computer-Aided Design 42(12):1143-1150.
Authors:
ptinpoly_2.8.tar.gz
ptinpoly_2.8.zip(r-4.5)ptinpoly_2.8.zip(r-4.4)ptinpoly_2.8.zip(r-4.3)
ptinpoly_2.8.tgz(r-4.4-x86_64)ptinpoly_2.8.tgz(r-4.4-arm64)ptinpoly_2.8.tgz(r-4.3-x86_64)ptinpoly_2.8.tgz(r-4.3-arm64)
ptinpoly_2.8.tar.gz(r-4.5-noble)ptinpoly_2.8.tar.gz(r-4.4-noble)
ptinpoly_2.8.tgz(r-4.4-emscripten)ptinpoly_2.8.tgz(r-4.3-emscripten)
ptinpoly.pdf |ptinpoly.html✨
ptinpoly/json (API)
# Install 'ptinpoly' in R: |
install.packages('ptinpoly', repos = c('https://maisogjm.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:7929630897. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | OK | Oct 31 2024 |
R-4.4-win-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-aarch64 | OK | Oct 31 2024 |
R-4.3-win-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-aarch64 | OK | Oct 31 2024 |
Exports:blocks2vfpip2dpip3dvf2blocks
Dependencies:misc3d
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convertor from 3-Block Representation Representation to Vertices-Faces | blocks2vf |
Sample Data: Comb Polygon | comb |
Sample Data: Simple Cube | cube faces queries verts |
Sample Data: Fractal Polygon | fractal |
Test for Point Containment in 2D Polygon | pip2d |
Test for Point Containment in 3D Polyhedron | pip3d |
Sample Data: Spiral Polygon | spiral |
Convertor from Vertices-Faces Representation to 3-Block Representation | vf2blocks |