Kaynağa Gözat

216067

tags/V162DEV_M1
aclement 16 yıl önce
ebeveyn
işleme
6d906dc563

+ 3
- 3
docs/dist/doc/examples/introduction/Point.java Dosyayı Görüntüle

@@ -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;
}
}


Loading…
İptal
Kaydet