Home
last modified time | relevance | path

Searched refs:rotcfg_ry (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc1613 …static Fl_Value_Input * rotcfg_type=0,*rotcfg_danim=0,*rotcfg_nstep=0,*rotcfg_rx=0,*rotcfg_ry=0,*r… in config() local
1800 rotcfg_ry=new Fl_Value_Input(13*dx/21,y_,dx/14,dh-4); in config()
1801 rotcfg_ry->label("y"); in config()
1802 rotcfg_ry->tooltip(gettext("y rotation axis coordinate")); in config()
1870 rotcfg_rx->show(); rotcfg_ry->show(); rotcfg_rz->show(); in config()
1877 rotcfg_ry->value(rotanim_ry); in config()
1943 rotcfg_rx->hide(); rotcfg_ry->hide(); rotcfg_rz->hide(); in config()
2120 rotanim_ry=rotcfg_ry->value(); in config()