Tagged Questions
The coordinate-systems tag has no wiki summary.
18
votes
2answers
4k views
Hexagonal Grid Coordinates To Pixel Coordinates
I am working with a hexagonal grid. I have chosen to use this coordinate system because it is quite elegant.
This question talks about generating the coordinates themselves, and is quite useful. My ...
10
votes
4answers
2k views
Generating triangular/hexagonal coordinates (xyz)
I'm trying to come up with an iterative function that generates xyz coordinates for a hexagonal grid. Maths has never been easy for me (I'm just not very clever!) and this problem has me stumped. With ...
8
votes
4answers
1k views
Algorithm for finding nearest object on 2D grid
Say you have a 2D grid with each spot on the grid having x number of objects (with x >=0). I am having trouble thinking of a clean algorithm so that when a user specifies a coordinate, the algorithm ...
6
votes
11answers
4k views
Finding Cities within 'X' Kilometers (or Miles)
This may or may not be clear, leave me a comment if I am off base, or you need more information. Perhaps there is a solution out there already for what I want in PHP.
I am looking for a function ...
5
votes
4answers
112 views
How to move within Cartesian space along cardinal directions while limiting turns?
Given is a Cartesian coordiante system, a from-position A (X/Y), and a to-position B (X/Y). I want to move from A to B. However, I can only move on the eight directions N, NE, E, SE, S, SW, W, NW.
I ...
5
votes
1answer
101 views
per-fragment lighting coordinate system
I'm developing an OpenGL 2.1 application using shaders and I'm having a problem with my per-fragment lighting. The lighting is correct when my scene initial loads, but as I navigate around the scene, ...
5
votes
4answers
297 views
Algorithm for RC car
I'm looking for an algorithm, and I have no idea where to start!
I'm trying to get from point A to point B in a cartesian graph. Movement is restricted to that of a RC car: backward, forward, ...
5
votes
3answers
2k views
WPF: how to make the (0,0) in center inside a Canvas
The WPF Canvas has a coordinate system starting at (0,0) at the top-left of the control.
For example, setting the following will make my control appear on the top-left:
<Control ...
4
votes
2answers
55 views
How to do a rotation in R^2?
i'm stuck with a seemingly simple problem in mathematics: i need to rotate points in a 2-dimensional cartesian coordinate system, i.e. i have a point given by (x/y) and an angle gamma and i need to ...
4
votes
3answers
1k views
Convert Lat/Lon to MGRS
Does anyone know where I could find a library of code for converting Lat/Lon position to Military Grid Reference System (MGRS)? I'm looking for a C# implementation if possible.
3
votes
3answers
74 views
In Matlab, how to scan a binary image in 2D co-ordinate system that is 45 degrees rotated to actual co-ordinate system?
I have a binary image as in figure below,
the x-y co-ordinate system is the default co-ordinate system that comes with MATLAB. I am able to get the sum of pixels across each row and column in x-y ...
3
votes
1answer
286 views
UIView coordinate systems - offsetting and translating
I'm pretty sure this is more a of a math question, but I'll phrase it in the context of UIView and iPad-related objective C
I am importing raw data from a mapping file I have created from some public ...
3
votes
2answers
202 views
Projection Problem in Kalman Filter for Navigation
I am currently working on a simple and small Kalman-Filter for GPS-Navigation. I am getting from my GPS-Sensor the current location, course angle and speed. So the Kalman-Filter should fuse the ...
3
votes
3answers
1k views
Convert Lat/Longs to X/Y Co-ordinates
I have the Lat/Long value of an small area in Melbourne; -37.803134,145.132377 and also a flat image of that,that I exported from openstreet map( Osmarender Image ).
Image width : 1018 and Height:916
...
2
votes
3answers
35 views
Starting point in coordinate systems - PHP
I have the following php code:
<?php
$image = imagecreatefrompng("captcha_background.png");
$imgcolor = imagecolorallocate($image, 0, 0, 0);
imagesetthickness($image, 2);
imageline($image, 0, ...
2
votes
2answers
182 views
MKCoordinateRegion distance between center and borders
(Revised Question based on comment:)
OK I will try to ask in other way...How can I get border coordinates of this circle overlay:
(Original Question:)
I am having weird problem with my iPhone ...
2
votes
1answer
143 views
transforming coordinates to a rotated coordinate system
I am trying to convert the rotation and crop rectangle settings of an old graphics editor to new editor which uses different coordinate system than the old one. The following picture illustrates the ...
2
votes
2answers
148 views
How to convert from one co-ordinate system to another (graphics)
I've been having issues with this for a little while now. I feel like I should know this but I can't for the life of me remember.
How can I map the screen pixels to their respective 'graphical' x,y ...
2
votes
3answers
259 views
Get screen space coordinates of specific verticies of a 3D model when visible
I'd like to render a model, then, if particular verticies (how would i mark them?) are visible, i want to render something 2D where they are.
How would i go about doing this?
2
votes
1answer
436 views
Transform rotation matrix about one coordinate system to another
I have a plane defined with a center point vector & 3 orthogonal orientation unit vectors in the world coordinate system (wcs), setup as a 3x3 matrix. I have determined a rotation matrix about ...
2
votes
1answer
180 views
Confusion in two MFC GDI function
and good day to all of you. This is my first post in here. I was reading "Programming Windows with MFC - J Prosise (MS Press)"
In second chapter I came across 2 GDI functions that really confused me, ...
2
votes
2answers
315 views
transforming coordinates from one distorted coordinate system to another
the problem is best explained with an example:
http://dl.dropbox.com/u/1013446/distortedcoordinatespace.exe
drag and drop the little red square inside the small square on the right.
it corresponds ...
2
votes
3answers
213 views
Does the method for computing the cross-product change for left handed coordinates?
Does the method for computing the cross-product change for left handed coordinates?
2
votes
1answer
144 views
Setting the up axis
What would be the easiest way to set what axis is the up axis? Different data formats have different coordinate systems. I need to, for example, load an object that is stored with the z axis as the ...
2
votes
2answers
759 views
Convert GPS coordinates to coordinate plane
This is somewhat related to another question I asked: Translate GPS coordinates to location on PDF Map. That got me to this point, now I'm stuck on the math.
Let's say I have a floor plan of a ...
2
votes
1answer
241 views
How to get nearby POIs
I have a database with Points of Interest that all have an address.
I want to know what is the method/name/call to get all nearby POIs from a given position.
I understand that I need to convert all ...
2
votes
0answers
301 views
How to project Lat/Lon coordinates on a panorama image?
I have two sets of Latitude/Longitude coordinates.
The first one is the coordinates of an equirectangular panorama picture.
The second one of a point in sight. So it is on the picture.
I need the ...
2
votes
5answers
2k views
Using the Cosine law to calculate distance between 2 points in Objective C?
I get some GPS coordinates from Google Maps and I need to find the distance between them
using Objective C. I have implemented the formula but I get results that are way to big.
I have tested the ...
2
votes
3answers
361 views
Need to Convert Set of Coordinates
I'm stuck with another coordinates related query here. I have a number of CSV files and they all have a bunch of coordinates mentioned however the coordinates are in differing formats like some files ...
2
votes
2answers
496 views
How can I convert coordinates on a square to coordinates on a circle?
I'm developing an indie video game, and have been operating under the assumption that because the thumbstick on my controller has a circular range of motion, it returns "circular" coordinates; that ...
2
votes
1answer
537 views
How do I convert these coordinates to google map readable coordinates?
Hi guys I need to convert coordinates in the following form:
N42-53.9°
W072-16.2°
INto something thats kinda like the following:
-90.7311
0.346944
A php function would be greatly appreciated - ...
2
votes
2answers
3k views
British National Grid Shapefile - convert to WGS84 Lat/Lon
I have a set of ESRI shapefiles which, I'm told, have been written using the British National Grid coordinate system. I need to convert these files to WGS84 lat/lons, for onward conversion to KML ...
2
votes
2answers
2k views
How to get from Row, Column to Excel A1 notation?
Given a Row and Column (As Long), how can you determine the spreadsheet notation using VBA in Excel (2007):
e.g.:
(R, C) = (1, 1) -> "A1"
(R, C) = (2, 1) -> "A2"
(R, C) = (2, 2) -> "B2"
...
1
vote
1answer
40 views
Convert topocentric coordinates (Azimuth, Elevation) to equatorial coordinates (RA, Dec) with PyEphem
This looks quite a basic task, but I cannot sort it out.
The PyEphem documentation:
http://rhodesmill.org/pyephem/radec.html
describes how to perform the conversion the other way around, from a ...
1
vote
1answer
57 views
SVG Paths - How do I translate the origin automatically?
I'm attempting to create SVG paths from various SVG font glyphs. This is an example:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" ...
1
vote
1answer
82 views
Conversion of geo coordinates from degree-hour-minutes to decimal in XSL
I have a XML file where one of the element is Geo-coordinate (Latitude/Longitude). This field is in degree-hour-minutes(eg: 43:06:35.4779) format and I need to convert it to decimal format. Can anyone ...
1
vote
2answers
88 views
How to calculate point addition using jacobian coordinate-system over elliptic curves
I'm writing a small project of elliptic curve cryptography, and the program works well when I use affine coordinate system, which means each point is represented by 2 coordinates (x',y').
Now I'm ...
1
vote
0answers
63 views
How do I convert ECI coordinates to longitude latitude and altitude to display on a Map?
I would like to be more specific about what I want to do. I get coordinates in ECI and I need to get the latitude and longitude from this. How can I do? I was searching but I could'nt find anything ...
1
vote
1answer
107 views
Compare screen and OpenGL's real world coordinates to get a hit
What basically we have is modelview matrix of an OpenGL object,which gives us Rotation and Translation vectors,using these we get the real position with some calculations:
-R*t, where R is [0 4 8; 1 ...
1
vote
1answer
74 views
Python Tkinter convert canvas coordinate to window coordinate
Is there a way to convert canvas coordinates to window coordinates in Tkinter?
It would be the opposite of converting from window to canvas coordinate, wich is done like this:
x = ...
1
vote
0answers
56 views
Not able to translate device co-ordinate system to world co-ordinate system on android
I have written a small code to convert the device co-ordinates into world co-ordinates by multiplying the Rotation matrix(using getRotationMatrix) and the vector (Ax,Ay,Az) which are the accelerometer ...
1
vote
3answers
492 views
Changing the Coordinate System in LibGDX (Java)
LibGDX has a coordinate system where (0,0) is at the bottom-left. (like this image: http://i.stack.imgur.com/jVrJ0.png)
This has me beating my head against a wall, mainly because I'm porting a game ...
1
vote
3answers
312 views
JFreeChart interactive chart editing: tranforming mouse coordinates into series values
I have an XYLineChart built with JFreeChart. I need, given that chart and a ChartMouseEvent, retrieve the X value of the displayde series closest to the point where the mouse has been clicked.
Thanks ...
1
vote
1answer
162 views
JFreeChart interactive chart editing handling ChartMouseEvent
I'm trying to intercept ChartMouseEvent in order to modify an XYSeries of a JFreeChart object created with ChartFactory.createXYLineChart method (and displayed using a JDialog).
I retrieve ...
1
vote
2answers
132 views
How Can I Use (Ruby) RGeo to Transform (Unproject) Coordinates
I started with How Can I Transform the Coordinates of a Shapefile .
The response there started me on [what I think is] the right track, but I still haven't been able to solve my problem.
One ...
1
vote
1answer
181 views
converting to Barycentric coordinate system
I have a set of planes which I have calculated the points of intersection in the standard XYZ cartesian coordinate system. I have used actionscript.
I would like to project the intersection points ...
1
vote
2answers
379 views
Confused Regarding World View Projection Matrix question for Ray Tracing using XNA
So I've decided to rewrite an old ray tracer I had which was written in C++ and to do it in C#, leveraging the XNA framework.
I still have my old book and can follow the notes however I am confused ...
1
vote
1answer
68 views
Java JComponent - start painting from lower left corner?
I'm overriding the paintComponent method for a background in a JComponent and all is going well.
However, I want to start painting from the lower left corner instead of the upper left.
Do I need ...
1
vote
2answers
285 views
Mirroring the Y axis in SFML
Hey so I'm integrating box2d and SFML, and box2D has the same odd, mirrored Y-axis coordinate system as SFML, meaning everything is rendered upside down. Is there some kind of function or short amount ...
1
vote
1answer
216 views
MKMapview Coordinates UTM32
I´m getting coordinates from a JSON feed, I get them in UTM32. Does anyone know how I can convert these into latitudes and longitudes so I can display them in my mapview ?
Ex: "Lat": 597355,
...