You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
i = 0
|
|
repeat (10)
|
|
{
|
|
sx[i] = x
|
|
sy[i] = y
|
|
i += 1
|
|
}
|
|
alpha1 = 0.8
|
|
alpha2 = 0.6
|
|
alpha3 = 0.4
|
|
alpha4 = 0.2
|
|
fx = 0
|