We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › How to visualize a coordinate system
Page Index Toggle Pages: 1
How to visualize a coordinate system? (Read 551 times)
How to visualize a coordinate system?
Oct 13th, 2009, 9:20am
 

How do I draw a standart 3-dimensional coordinate system with arrows showing positive directions? I want it toi be present on the screen while drawing some other objects. Is there a simple way or I only coul draw lines separately? how do I draw a vector with arrow on its end, for example?

Thanks in advance, I've tried searching, but to no effect
Re: How to visualize a coordinate system?
Reply #1 - Oct 13th, 2009, 9:41am
 
i usually just draw three lines, no need for arrows

red from 0, 0, 0 to 100, 0, 0
green from 0, 0, 0 to 0, 100, 0
blue from 0, 0, 0 to 0, 0, 100
Page Index Toggle Pages: 1