Re: [JAVA3D] point projection using angle.

2004-05-28 Thread hterrolle
e: [JAVA3D] point projection using angle. Hello,   Perhaps you should consider the interpolate function "interpolate" from the class Tuple3D which is parents of Point3D.   Kind regards,   Pascal==

Re: [JAVA3D] point projection using angle.

2004-05-27 Thread NUSSBAUM Pascal
Hello,   Perhaps you should consider the interpolate function "interpolate" from the class Tuple3D which is parents of Point3D.   Kind regards,   Pascal === To unsubscribe, send email to [EMAIL PROTECTED] and include in

Re: [JAVA3D] point projection using angle.

2004-05-27 Thread hterrolle
ED] <[EMAIL PROTECTED]> Date : jeudi 27 mai 2004 12:54 Objet : Re: [JAVA3D] point projection using angle. >Hello, > >Not to get too much into detail, you can do this using simple vector math. >Create a vector to p1, then p2. Subtract the vectors to get the resulting >vector from p

Re: [JAVA3D] point projection using angle.

2004-05-27 Thread Mike Pilone
3D API [mailto:[EMAIL PROTECTED] On Behalf Of hterrolle Sent: Thursday, May 27, 2004 4:23 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] point projection using angle. Hi, I got a little problem. I woul like to do some point projection using angle calculation. I really do not know how to do it. I have

[JAVA3D] point projection using angle.

2004-05-27 Thread hterrolle
Hi,   I got a little problem. I woul like to do some point projection using angle calculation. I really do not know how to do it. I have seen the Project method inside the point.class. But i do not think this will help me.   What i want to do is :       i want to do a parralelle projection of