More of a geometry one than 3D really, but someone here is likely to know
this I think. Thanks to those who answered my other question..that helps.

So, all I want is to know how to draw 2 parallel lines in 3D. I have plotted
1 line using the Java3D LineArray and an array of doubles

lineCoords[0] // x
lineCoords[1] // y
lineCoords[2] // z
lineCoords[3] // x1
lineCoords[4] // y1
lineCoords[5] // z1

Now I want 1 right next to it in the same plane. I suppose I can use the
values of the lineCoords array and modify them. But every time I modify say
the x and y values in [0][1][3] and [4] the translation is a bit offset.

Can anyone help out?

Cheers,

Allistair Crossley
Web/New Media Consultant
Logica UK Ltd
Tel: 02074 463267
Mob: 07884 056274

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