I want to plot this function r1(ω,t) for a certain value of ω, parameterized by t (time) (in the x-y plane)
function r1(ω,t) return [cos(ω*t),sin(ω*t)] en