Top "Cartesian" questions

Don't use this tag.

Converting longitude/latitude to X/Y coordinate

I created a map using Google Maps API that highlights all Minnesota counties. Basically, I created the county polygons using …

java google-maps latitude-longitude cartesian coordinate-transformation
flip svg coordinate system

Is there a way to flip the SVG coordinate system so that [0,0] is in the lower left instead of the …

svg coordinate-systems cartesian
is NATURAL JOIN any better than SELECT FROM WHERE in terms of performance?

Possible Duplicate: Inner join vs Where Today I got into a debate with my project manager about Cartesian products. He …

sql select product cartesian
How to fit a 2D ellipse to given points

I would like to fit a 2D array by an elliptic function: (x / a)² + (y / b)² = 1 ----> (and so …

python-2.7 numpy cartesian
3x3 Matrix Rotation in C++

Alright, first off, I know similar questions are all over the web, I have looked at more than I'd care …

c++ matrix rotation translation cartesian
DB cartesian product on same table

I have a one column table with three rows as below: col1 team1 team2 team3 team4 I want to do …

sql database join cartesian
Cartesian to polar coordinates

Take a look at the example here: http://www.brianhare.com/physics/so.html Take a look at console.log …

javascript math geometry cartesian polar-coordinates
Calculating quaternion for transformation between 2 3D cartesian coordinate systems

I have two cartesian coordinate systems with known unit vectors: System A(x_A,y_A,z_A) and System …

transformation quaternions cartesian