Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix d3.geo.circle.origin. #983

Merged
merged 1 commit into from Jan 1, 2013
Merged

Fix d3.geo.circle.origin. #983

merged 1 commit into from Jan 1, 2013

Conversation

jasondavies
Copy link
Contributor

3D rotations are not commutative, so we must perform an inverse rotation to move something from origin [0, 0] to [λ, φ]. Normally we are moving origin [λ, φ] to [0, 0].

3D rotations are not commutative, so we must perform an inverse rotation
to move something from origin [0, 0] to [λ, φ].  Normally we are moving
origin [λ, φ] to [0, 0].
@mbostock mbostock merged commit f6891ef into d3:master Jan 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants