/* 115 */ paramObjectOutputStream.write(arrayOfByte);
/* */ }
/* */
/* */ public Point3D getCameraLocation()
/* */ {
/* 120 */ Point3D localPoint3D = new Point3D();
/* 121 */ System.arraycopy(getBytes(), 0, localPoint3D.getBytes(), 0, localPoint3D.getBytes().length);
/* 122 */ return localPoint3D;
/* */ }