|
@@ -106,7 +106,7 @@ En este ejercicio graficarás algunas ecuaciones paramétricas que generan curva
|
106
|
106
|
|
107
|
107
|
3. El archivo `main.cpp` (en Sources) contiene la función `main()` donde estarás añadiendo código. Abre ese archivo y estudia el código.
|
108
|
108
|
|
109
|
|
- ```cpp
|
|
109
|
+ ```
|
110
|
110
|
QApplication a(argc, argv);
|
111
|
111
|
XYPlotWindow wLine;
|
112
|
112
|
XYPlotWindow wCircle;
|
|
@@ -406,4 +406,4 @@ Suppose that all courses in Cheo's University are 3 credits each and have the fo
|
406
|
406
|
|
407
|
407
|
[2] http://paulbourke.net/geometry/butterfly/
|
408
|
408
|
|
409
|
|
-[3] http://en.wikipedia.org/wiki/Parametric_equation
|
|
409
|
+[3] http://en.wikipedia.org/wiki/Parametric_equation
|