Make formfactor parameters more consistent
Make formfactor parameters more consistent. Avoid negative lengths. Stay coordinate free; don't refer to the coordinate origin or particle center.
At this occasion, also correct names of some classes and parameters.
- Sphere: R
- Spheroid: R_xy and R_z
- Ellipsoid: R_x, R_y and R_z
- SphereSlice: R, trunc_bottom, trunc_top
- SpheroidSlice: R_xy, R_z, trunc_bottom, trunc_top
- EllipsoidSlice: R_x, R_y, R_z, trunc_bottom, trunc_top
- HorizontalCylinder: R, L (length, not height H !), trunc_bottom, trunc_top
HorizontalCylinder has no unsliced variant because the entire need for this formfactor only comes from the fact that the usual (vertical) cylinder does not support rotation in the presence of slicing.
Redraw all cuts. For the time being, hand drawn and scanned would be good enough.
In perspective, take truncation out of formfactor constructors (#279).