瀏覽代碼

216067

tags/V162DEV_M1
aclement 15 年之前
父節點
當前提交
6d906dc563
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      docs/dist/doc/examples/introduction/Point.java

+ 3
- 3
docs/dist/doc/examples/introduction/Point.java 查看文件

@@ -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…
取消
儲存