#######################################################################################################################################
# #
# G E N E R A T I O N D ' U N A L B U M D E C O O R D O N N E E S ' X ' : #
# #
# #
# Author of '$xiirv/.STRX.V1.1$COORD_X.$U' : #
# #
# Jean-Francois Colonna (LACTAMME, 20200511092213). #
# #
#######################################################################################################################################
$Z FilSTmpB FGeNeRe
$c #include <stdio.h>
$c
$c #define N0 cPremiere
$c #define N cDerniere
$c
$c #define PI 3.14159265358979312
$c
$c #define OANGLE 0
$c #define EANGLE (OANGLE+(2*PI))
$c
$c int main()
$c {
$c int n;
$c
$c for (n=N0 ; n<=N ; n++)
$c {
$c double ANGLE=((EANGLE*(n-N0))+(OANGLE*(N-n)))/(N-N0);
$c
$c printf("echo %c$xci/spiArchimede$X
$c standard=FAUX
$c mr=8 mt=+1
$c ROTATION_OZ=%f
$c renormaliser=VRAI
$c R=$_____ImageT1$COORD_X.%04d
$c $formatI%c
$c >> $FGeNeRe\n"
$c ,'\''
$c ,+(ANGLE)
$c ,n
$c ,'\''
$c );
$c }
$c }
$Z execPar_V $FGeNeRe
$Z FilSTmpE FGeNeRe