Groups | Blog | Home
all groups > dotnet drawing api > august 2006 >

dotnet drawing api : Angular Coordiantes


ajjones
8/30/2006 2:11:13 PM
Can someone please explain angular coordinates??
Morten Wennevik
8/30/2006 6:04:53 PM
Hi,

Angular (or polar) coordinates uses an angle and a distance from a central
point to describe a point in space.

z
/
/
/
x--------y

The angle between xy and xz describes which line z lies in, and the
distance from x to z, the radius.

To convert angular coordinates to cartesian coordinates, you typically use
Cosine and Sine

This page should give a clearer description

[Polar and Cartesian Coordinates]
http://www.mathsisfun.com/polar-cartesian-coordinates.html



[quoted text, click to view]



--
Happy Coding!
ajjones via DotNetMonster.com
9/6/2006 8:21:33 PM
Thanks! That helps so much!

[quoted text, click to view]

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-drawing/200609/1
AddThis Social Bookmark Button