Eduardo Guest
|
Posted: Sun Oct 01, 2006 6:50 am Post subject: How to use a input file from Point3f class |
|
|
Hi folks.
I need used a input file from a Point3f class. The input file have a
coordinates x y z with my programm uses.
Plese, help me from the input coordinates with this code.
Point3f[] dotPts = new Point3f[26];
dotPts[0] = new Point3f(27.72f, 7.17f, -0.0f);
dotPts[1] = new Point3f(1.33f, -0.65f, -31.98f);
dotPts[2] = new Point3f(1.33f, -0.65f, -31.98f);
dotPts[3] = new Point3f(0.93f, -0.45f, -41.97f);
dotPts[4] = new Point3f(0.93f, -0.45f, -41.97f);
dotPts[5] = new Point3f(0.69f, -0.23f, -51.94f);
dotPts[6] = new Point3f(0.69f, -0.23f, -51.94f);
dotPts[7] = new Point3f(0.50f, -0.08f, -60.91f);
dotPts[8] = new Point3f(0.50f, -0.08f, -60.91f);
dotPts[9] = new Point3f(0.31f, -0.00f, -70.85f);
dotPts[10] = new Point3f(0.31f, -0.00f, -70.85f);
dotPts[11] = new Point3f(0.14f, 0.01f, -79.78f);
dotPts[12] = new Point3f(0.14f, 0.01f, -79.78f);
Thanks all folks
Eduardo Dias |
|