Nouvelle API de géométrie dynamique

instance.showMenuItems(‘code’,’fullscreen’); window.engine = engine; const O = Point(0,0).nom(« O »).trace(); const A = Point(-4,3).nom(« A »).trace(); const B = Point(-2,-2).nom(« B »).couleur(« rouge »).trace().aura(30); const C = Point(3,-1).nom(« C »).couleur(« rouge »).trace(); const Ap = Point(-3.95,2.95); const BC = Droite(B,C).nom(« (BC) »).opacite(0.4).dash().trace(); const h = homothetie(A,2/5.); const M =…

Lire la suite