plot a section through a spherical function
Syntax
N = vector3d.Z; % normal direction
plotSection(sF,N) % plot in equator plane
theta = pi/3; % polar angle
plotSection(sF,N,theta) % plot small circle at 30 degree from the north pole
rho = linspace(0,pi); % azimuth angle
plotSection(sF,N,theta,rho) % plot half small circle at 30 degree
Input
sF | S2Fun |
N | normal direction of the intersection plane |
theta | polar angle of the intersection plane |
rho | azimuth angle of the points to be plotted |
Output
h | handle to the axes |