Welcome![Sign In][Sign Up]
Location:
Search - point3d

Search list

[Other resourcepoint3Dspline

Description: 实现三维空间点的样条插值算法,point3D cubic spline
Platform: | Size: 14268853 | Author: qiaodong | Hits:

[Data structspoint3Dspline

Description: 实现三维空间点的样条插值算法,point3D cubic spline-The realization of three-dimensional space point spline interpolation algorithm, point3D cubic spline
Platform: | Size: 14862336 | Author: qiaodong | Hits:

[Graph programObjeto

Description: class object point point3d ariste face
Platform: | Size: 49152 | Author: MoniMu | Hits:

[3D Graphicpoint3d

Description: 点云三维重建,用matlab写成的,效果很好,而且速度也比较快-Point cloud reconstruction, written with matlab, works well, but speed is faster
Platform: | Size: 10077184 | Author: 邹润 | Hits:

[JSP/JavaPointXD

Description: 分别编写两个类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:
Platform: | Size: 1024 | Author: lane | Hits:

[JSP/JavaPoint

Description: 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Point3D有两个构造方法:Point3D(int x,int y,int z)和Point3D(Point2D p,int z),两者均可实现对Point3D的成员变量x, y,z的初始化。 (4)Point3D有一个void型成员方法offset(int a, int b,int c),该方法可以实现Point3D的平移。 (5)在Point3D中的主函数main()中实例化两个Point2D的对象p2d1,p2d2,打印出它们之间的距离,再实例化两个Point3D的对象p3d1,p3d2,打印出他们之间的距离。 -Point2D Point3D
Platform: | Size: 2048 | Author: 胡迪 | Hits:

[JSP/JavaPointDraw

Description: 个人原创代码:Point2D和Point3D作图。编写Java Application程序,分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Point3D有两个构造方法:Point3D(int x,int y,int z)和Point3D(Point2D p,int z),两者均可实现对Point3D的成员变量x, y,z的初始化。 (4)Point3D有一个void型成员方法offset(int a, int b,int c),该方法可以实现Point3D的平移。 (5)在Point3D中的主函数main()中实例化两个Point2D的对象p2d1,p2d2,打印出它们之间的距离,再实例化两个Point2D的对象p3d1,p3d2,打印出他们之间的距离。-Personal original code: Point2D and Point3D mapping. Write a java application program, namely the preparation of two classes Point2D, the Point3D to the point of the two-dimensional space and three-dimensional space, to meet the following requirements: (1) Point2D two integer member variables x and y (respectively for the two-dimensional space X, the Y-direction coordinate), the construction method in Point2D to achieve its member variables x, y initialization. (2) Point2D a void member offset (int a, int b), it can Point2D translational. (3) the Point3D is a direct subclass of Point2D, it has three integer member variables x, y, and z (respectively, three-dimensional space X, Y, Z direction coordinate), Point3D has two constructors: the Point3D (int x int y, int z) and the Point3D (Point2D p-int z), both of which can Point3D member variable x, y, and z initialization. (4) the Point3D a void member offset (int a, int b, int c), the method can achieve the Point3D the pan. (5) the P
Platform: | Size: 1024 | Author: 李瑞 | Hits:

[OtherPoint

Description: 定义Point2D,及定义它的属性和方法; 定义子类Point3D,及定义它的属性和方法;在Point3D中的主函数main()中实例化两个Point2D的对象,并通过这两个对象调用它们的属性和方法,输出方法执行结果。 -Defined Point2D and define its properties and methods defined subclass Point3D, and define its properties and methods instantiated in the Point3D the main function main () Point2D object, and call them by these two objects properties and methods, the output results of the implementation.
Platform: | Size: 1024 | Author: 龚天棚 | Hits:

[JSP/JavaT1

Description: 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.)
Platform: | Size: 1024 | Author: gyq | Hits:

[JSP/JavaLab2

Description: 合肥工业大学 java面向对象程序设计(第二版)实验2 point2D 和Pointe3D-hfut lab2 point2D POint3D
Platform: | Size: 2048 | Author: 书生有点萌 | Hits:

[Graph programpoint3d

Description: 用于点云的显示和表示。实现点云的的表现形式。-It displays the point cloud and representation. Achieve manifestation of the point cloud.
Platform: | Size: 10255360 | Author: m | Hits:

[JSP/Javapoint2Dand3D

Description: 已知二维空间点Point2D类的定义如下,在此基础上派生出三维空间点Point3D类。根据数学,增加成员变量z,定义三个参数的构造方法和无参数的构造方法(对应原点的对象),重写toString()和getDistance()方法,重写equals()方法。TestPoint类的main()方法定义3个以上点做测试,结果格式如下所示。(The definition of Point2D class of two dimensional space points is as follows. On this basis, the Point3D class of 3D space point is derived. According to mathematics, we increase the membership variable Z, define the construction method of three parameters and the construction method without parameter (the object corresponding to the origin), rewrite the toString () and getDistance () methods, and rewrite the equals () method. The TestPoint (main) method of class defines more than 3 points for testing, and the result format is as follows.)
Platform: | Size: 10240 | Author: 地球上的星星 | Hits:

[3D Graphicpoint3d

Description: 直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestMyCrust.m, read point cloud file txt, or load mat file)
Platform: | Size: 6520832 | Author: asen | Hits:

[Other实验报告

Description: 实现平面上点距离的计算,拓展为体坐标系上的距离计算(Calculation of point distance on plane)
Platform: | Size: 4096 | Author: Freedomlight | Hits:

CodeBus www.codebus.net