搜索资源列表
point3Dspline
- 实现三维空间点的样条插值算法,point3D cubic spline
point3Dspline
- 实现三维空间点的样条插值算法,point3D cubic spline-The realization of three-dimensional space point spline interpolation algorithm, point3D cubic spline
Objeto
- class object point point3d ariste face
point3d
- 点云三维重建,用matlab写成的,效果很好,而且速度也比较快-Point cloud reconstruction, written with matlab, works well, but speed is faster
PointXD
- 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: -Two classes were prepared Point2D, Point3D to represent two-dimensional space and three-dimensional space of points, so as to meet the following requirements:
Point
- 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员
PointDraw
- 个人原创代码:Point2D和Point3D作图。编写Java Application程序,分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现P
Point
- 定义Point2D,及定义它的属性和方法; 定义子类Point3D,及定义它的属性和方法;在Point3D中的主函数main()中实例化两个Point2D的对象,并通过这两个对象调用它们的属性和方法,输出方法执行结果。 -Defined Point2D and define its properties and methods defined subclass Point3D, and define its properti
T1
- Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点 Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点-//Write a program that implements the concept of an abstract class.)
Lab2
- 合肥工业大学 java面向对象程序设计(第二版)实验2 point2D 和Pointe3D-hfut lab2 point2D POint3D
point3d
- 用于点云的显示和表示。实现点云的的表现形式。-It displays the point cloud and representation. Achieve manifestation of the point cloud.
point2Dand3D
- 已知二维空间点Point2D类的定义如下,在此基础上派生出三维空间点Point3D类。根据数学,增加成员变量z,定义三个参数的构造方法和无参数的构造方法(对应原点的对象),重写toString()和getDistance()方法,重写equals()方法。TestPoint类的main()方法定义3个以上点做测试,结果格式如下所示。(The definition of Point2D class of two dimensional s
point3d
- 直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestM
实验报告
- 实现平面上点距离的计算,拓展为体坐标系上的距离计算(Calculation of point distance on plane)