Like a moron, I sent the wrong reply to the wrong post... see below for the
correct reply to this thread.  Sorry about that.




Alex,


This should do it, there may be a better way, but this is all I've ever come
across/used.

Transform3D t3d =  ...
Vector3f vec = new Vector3f();
Point3f pt = new Point3f();

t3d.get( vec );
vec.get( pt );

--
Chad Zalkin
View 3SI's Pro Viribus: http://www.3south.org

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