Subversion Repositories wimsdev

Rev

Rev 15348 | Rev 15611 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15348 Rev 15601
Line 326... Line 326...
326
void add_slider(int anim);
326
void add_slider(int anim);
327
void add_slider_display(int precision,int font_size,char *font_color,double stroke_opacity);
327
void add_slider_display(int precision,int font_size,char *font_color,double stroke_opacity);
328
void add_xyslider(double v1,double v2,int width,int height,char *use_slider,char *label,int slider_cnt,char *stroke_color,char *fill_color,int line_width,double opacity,char *font_family,char *font_color,int use_slider_display);
328
void add_xyslider(double v1,double v2,int width,int height,char *use_slider,char *label,int slider_cnt,char *stroke_color,char *fill_color,int line_width,double opacity,char *font_family,char *font_color,int use_slider_display);
329
void *my_newmem(size_t size);
329
void *my_newmem(size_t size);
330
void canvas_error(char *msg);
330
void canvas_error(char *msg);
331
char *eval(int xsize,int ysize,char *fun,double xmin,double xmax,double ymin,double ymax,int xsteps,int precision);
331
char *eval(int xsize,int ysize,char *fun,double xmin,double xmax,double ymin,double ymax,int xsteps,int precision,double rotationcenter[]);
332
char *eval_parametric(int xsize,int ysize,char *fun1,char* fun2,double xmin,double xmax,double ymin,double ymax, double tmin,double tmax,int plotsteps,int precision);
332
char *eval_parametric(int xsize,int ysize,char *fun1,char* fun2,double xmin,double xmax,double ymin,double ymax, double tmin,double tmax,int plotsteps,int precision,double rotationcenter[]);
333
char *eval_levelcurve(int xsize,int ysize,char *fun,double xmin,double xmax,double ymin,double ymax,int plotsteps,int precision,double level);
333
char *eval_levelcurve(int xsize,int ysize,char *fun,double xmin,double xmax,double ymin,double ymax,int plotsteps,int precision,double level);
334
char *getMML(char *tex);
334
char *getMML(char *tex);
335
char *getSVGMOL(char *inputtype,char *keys);
335
char *getSVGMOL(char *inputtype,char *keys);
336
char *data2js_array(int data[],int len);
336
char *data2js_array(int data[],int len);
337
char *double_xy2js_array(double xy[],int len,int decimals);
337
char *double_xy2js_array(double xy[],int len,int decimals);