Get all points on the path of a spiral around a cylinder. Its `$fa`, `$fs` and `$fn` parameters are consistent with the `cylinder` module. It depends on the `circle_path` module so you have to include circle_path.scad.
## Parameters
-`radius` : The radius of the cylinder.
-`levels` : The level count is performed every 360 degrees.
-`level_dist` : The distance between two vertial points.