Properties
Category
French
Tags
récursivité
Similar Topics
Statistics
Comments
4
Participants
2
Subscribers
2
Votes
1
Views
664
Share
Answered
J'ai 2 boutons "xplus1" et "série".
L'un ajoute 1 à xp, l'autre répète cette action tant que xp < 30.
La trace du point A (xp,0) est activée.
Ne devrait-on pas voir tous les points (1,0), (2,0), (3,0) ..... (29,0) ?
Bon dimanche
Files:
2boutons.ggb
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
the graph and values are not updated while a script is running
oui mais on peut sauvegarder les points dans une liste :
et donc tracer un cercle par la méthode de Bresenham
au fait quelle est la méthode utilisée par GGB pour obtenir le tracé pixel par pixel d'un cercle ou d'un segment ?
yes, the lists are updated after the script is finished; also the 30th point is update in first attached. the values during the script is not showed so the trace is not in screen
you can try an UpdateConstruction() command in the scripts but it is possible the trace is not visible
Comments have been locked on this page!