drawSpheroidIntersection {unfoldr} | R Documentation |
Drawing section profiles in 3D plane
drawSpheroidIntersection(E, n = c(0, 1, 0), np = 25)
E |
a list of spheroid intersections |
n |
the normal vector of the intersecting plane |
np |
number of points for polygon approximation of ellipses |
The function requires the package rgl
to be installed.