Code: Select all
"profile" profile The profile
iCount int The number of point x,y
iCurrent int The current point
0|1|2 enum The interpolation
_ 0: spline
_ 1: linear
_ 2: polynomial
array The keys
iX1 iY1 double double
iX2 iY2 double double
...
iXn iYn double double
Code: Select all
profile "2 0 1 0 0 1 1"
Code: Select all
iCount = 2
iCurrent = 0
interpolation = 1
and then two points :
P1 = (0, 0)
P2 = (1, 1)
P.S : answering in french works too ^^