List: discuss@lists.openscad.org
From: Trevor Orr
Re: How make this flat instead of a cylinder
Sun, Jan 12, 2025 10:00 PM
(elevation)], [0, sin(elevation), cos(elevation)]] * [[cos(angle), -sin(angle), 0], [sin(angle), cos(angle), 0], [0, 0, 1]] * p ) [ rotated[0] + center[0], rotated[1] + center[1], rotated[2] + center[2] ] ];
// Create the main spiralmodule spiral() { points = spiral_points