Draw section profiles of spheroids in 3D
drawSpheroidIntersection(E, n = c(0, 1, 0), np = 25)
a list of spheroid intersections, see intersectSystem
the normal vector of the intersecting plane
number of points for a polygon approximation of the ellipses
The function requires the package 'rgl
' for drawing section profiles (ellipses)
into a 3D 'rgl
' image. For a full example please see the file 'simSpheroids.R'.