Ver código fonte

216067

tags/V162DEV_M1
aclement 15 anos atrás
pai
commit
6d906dc563
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      docs/dist/doc/examples/introduction/Point.java

+ 3
- 3
docs/dist/doc/examples/introduction/Point.java Ver arquivo

@@ -74,9 +74,9 @@ public class Point {

protected void makeRectangular(){
if (!rectangular) {
x = rho * Math.sin(theta);
y = rho * Math.cos(theta);
rectangular = true;
y = rho * Math.sin(theta);
x = rho * Math.cos(theta);
rectangular = true;
}
}


Carregando…
Cancelar
Salvar