07-10-2008 12:20 PM
07-11-2008 10:40 AM
07-11-2008 02:37 PM
07-11-2008 02:48 PM
07-11-2008 02:54 PM
Thanks for answering!
@johnsold wrote:
Alex,
How are you representing the vectors n_1, n_2,and n_3? In LV vectors are usually arrays, but you mentioned Normals. Are these vectors fixed or variable?
Are you working in 3 dimensions?
Lynn
07-11-2008 03:27 PM
07-11-2008 10:13 PM
Excuse me Lynn, but I've been having a lot of trouble finding any good tutorials regarding vectors in 3d Graphs. If only I had a few good examples, I think I may figure this out.
@johnsold wrote:
Alex,
Look at 3D graphs and the picture controls. I have not worked with them much but I have seen some pretty impressive displays.
Can you calculate the equation of the lines represented by the normals? Then the first segment is the plot of the line from the origin along the line n_1 until it reaches the length a. The next segment is calculated as the line which intersects the endpoint of the first segment and proceeds along n_2.... Working out the math on paper is a bit tedious, but once done I think the calculations the program needs to make are fairly simple.
Lynn
07-14-2008 02:01 PM