You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
override def run() {
for (i <- 0 to 359) {
forward(2)
right(1)
}
}
ce type de code entraine une erreur :" le monde est dit différent d'une seule line, pour quelques décimales en x et en y "
et ce pour tout les tracés de cercle
Lesson: turtleart
Exercise: turtleart.circletwo.CircleTwo
Programming Language: Scala
Lang: en
PLM version: 2.6-pre (20150202)
webPLM version: 2.0.3
Public user ID: PLM3c61b5275d4062ac8618571fcd0beb335404c2aa
The text was updated successfully, but these errors were encountered:
mquinson
changed the title
circle in turtleheart
Correct code reported as buggy in Polygon360
Sep 20, 2016
I know the reported Exercise in the template is not Polygon360, but in the one after in the serie, and the proposed code is definitely looking like a Polygon360 solution.
override def run() {
for (i <- 0 to 359) {
forward(2)
right(1)
}
}
ce type de code entraine une erreur :" le monde est dit différent d'une seule line, pour quelques décimales en x et en y "
et ce pour tout les tracés de cercle
Lesson: turtleart
Exercise: turtleart.circletwo.CircleTwo
Programming Language: Scala
Lang: en
PLM version: 2.6-pre (20150202)
webPLM version: 2.0.3
Public user ID: PLM3c61b5275d4062ac8618571fcd0beb335404c2aa
The text was updated successfully, but these errors were encountered: