Package: rmarchingcubes 0.1.4
rmarchingcubes: Calculate 3D Contour Meshes Using the Marching Cubes Algorithm
A port of the C++ routine for applying the marching cubes algorithm written by Thomas Lewiner et al. (2012) <doi:10.1080/10867651.2003.10487582> into an R package. The package supplies the contour3d() function, which takes a 3-dimensional array of voxel data and calculates the vertices, vertex normals, and faces for a 3d mesh representing the contour(s) at a given level.
Authors:
rmarchingcubes_0.1.4.tar.gz
rmarchingcubes_0.1.4.tar.gz(r-4.7-arm64)rmarchingcubes_0.1.4.tar.gz(r-4.7-x86_64)rmarchingcubes_0.1.4.tar.gz(r-4.6-arm64)rmarchingcubes_0.1.4.tar.gz(r-4.6-x86_64)
rmarchingcubes_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rmarchingcubes/json (API)
NEWS
| # Install 'rmarchingcubes' in R: |
| install.packages('rmarchingcubes', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shwilks/rmarchingcubes/issues
Last updated from:6fc1fba1c6. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 141 | ||
| linux-devel-x86_64 | OK | 138 | ||
| source / vignettes | OK | 183 | ||
| linux-release-arm64 | OK | 137 | ||
| linux-release-x86_64 | OK | 140 | ||
| wasm-release | OK | 117 |
Exports:contour3d
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compute Isosurface, a Three Dimension Contour | contour3d |
