03 2020 档案

摘要:Point类,具有改变x,y,z坐标,计算该点到原点距离,计算该点到其他点的距离的方法。(全是int型) public class Point { private int x; private int y; private int z; public Point(int _x,int _y,int 阅读全文
posted @ 2020-03-04 22:20 paradoxx 阅读(869) 评论(0) 推荐(0)