Hello everybody, I have a problem with this method. I want to have the projection of a Point3d from ImagePlate to java.awt coordinates, but I can't do this. I use an offscreen canvas and perhaps this is the problem; When I run this piece of code the result in p1out is (Nan,Nan) while I would expect the center of the image. What is the problem?
Point3d p1 = new Point3d(0.0,0.0,0.0); Point2d p1out = new Point2d(); canvas.getPixelLocationFromImagePlate(p1,p1out); Thanks in advance =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".