Hello all, I have a series of 3d points that all lie on a plane in an xyz coordinate system. The plane passes through the origin. Using n, the normal vector to the plane, I compute a = (0,0,1) x n and b = n x a to give a new abn coordinate system.
Does anyone know how to I can use Java 3d to transform the 3d points in the xyz coordinate system to points in the new abn coordinate system? Thanks in advance for your help. best, Brian M. =========================================================================== 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".
