Author: hoffmannhoffmann Date: Nov 15, 2006 09:47
Anja,
IMO you'll need a functional description with an independent
variable which is monotonously increasing. Some cases:
a) Curves, like in Photoshop (gradation curves).
y=f(x)
x is the independent variable and y(x) is the output.
For each x one has exactly one y.
A new point is inserted depending on its x-position.
b) A parametric curve like a distorted circle, not necessarily
(strictly) convex.
x=x(a)
y=y(a)
The independent variable (a) is e.g. the angle, referring to an
assumed center.
Each angle delivers exactly one point x(a), y(a).
A new point is inserted depending on its angle.
So far it's assumed that x(a)=(x+2*pi), y(a)=y(a+2*pi).
|