try this:

    Point3d point;
    Transform3D xform;

    canvas3d.getPixelLocationInImagePlate(x, y, point);
    canvas3d.getImagePlateToVworld(xform);
    xform.transform(point);

Yang


-----Original Message-----
From: Sean [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 18, 2000 3:49 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] 2d to 3d


Hi there

I am able to find coordinates of all the pixels on a orthographic projection
using
java imageing. I want to now convert this into a 3d solution using java 3d

Do I need to get end points on each line or is there another way?

Sean

===========================================================================
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".

===========================================================================
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".

Reply via email to