1
| canvas s mobile pen convertFactor|
2
canvas _ DrGeoSketch new axesOn gridOn.
3
s _ canvas segment: 0@0 to: 30@0.
4
mobile _ canvas pointOnLine: s at: 0.
5
convertFactor _ 180 / Float halfPi.
7
point: [ :item | Point r: 0.2 * item point x degrees: item point x * convertFactor ]
9
canvas locusOf: pen when: mobile.
b'\\ No newline at end of file'