fullAhull3d: 3D alpha hull for all alpha

View source: R/FullAS.R

fullAhull3dR Documentation

3D alpha hull for all alpha

Description

Computes the complete alpha hull of a set of points. The result is an external pointer to be used in the function setAlpha.

Usage

fullAhull3d(points)

Arguments

points

the points given as a matrix with three columns

Value

An external pointer for usage in the function setAlpha.

Examples

library(AlphaHull3D)
ahull <- fullAhull3d(gissid)
mesh <- setAlpha(ahull, alpha = "solid")
mesh$normals <- NULL
library(rgl)
open3d(windowRect = c(50, 50, 562, 562))
shade3d(mesh, color = "purple")

AlphaHull3D documentation built on Nov. 25, 2022, 9:09 a.m.