Learn R Programming

unfoldr (version 0.2)

verticalSection: Spheroid vertical section

Description

Vertical section of spheroid system

Usage

verticalSection(S, d, n = c(1, 0, 0))

Arguments

S
list of spheroids, see simSpheroidSystem
d
distance of intersecting plane to the origin
n
normal vector

Value

  • list of size, shape and angle of section profiles

Details

The function performs a vertical intersection of the spheroid system either parallel to yz-plane defined by the normal vector n=c(1,0,0) or xz-plane defined by n=c(0,1,0).