getSphereProjection {simLife} | R Documentation |
The function draws the defect projections in a 3d plot and returns the points of its the convex hull together with points of each projected particle (here a sphere).
getSphereProjection(S, draw = TRUE, conv = TRUE, np = 20)
S |
particles to be projected |
draw |
logical, |
conv |
logical, |
np |
number of points used for sampling the convex hull of projections |
draw projections and the convex hull (if enabled) in a 3d plot returning its polygonal area and points of the convex hull
M. Baaske