rewolf93 / CS370

Programs for Software Engineering course
MIT License
0 stars 0 forks source link

Create a function to map spherical coordinates to Cartesian #2

Closed rewolf93 closed 4 years ago

rewolf93 commented 4 years ago

Create a function where, given an (r, theta), it returns a tuple (a, b) where a and b are from the projected Cartesian vector <ax+x0, by+y0>.

Acceptance criteria: