Top "Coordinates" questions

Refers to a sequence of numbers used to indicate the position of an object relative to an axis.

Console App Mouse-Click X Y Coordinate Detection/Comparison

I have a game that I am working on in a C# console application, purely as practice before going on …

c# console-application coordinates mouseevent
How do you find a point at a given perpendicular distance from a line?

I have a line that I draw in a window and I let the user drag it around. So, my …

algorithm math graphics geometry coordinates
Convert Lat/Longs to X/Y Co-ordinates

I have the Lat/Long value of New York City, NY; 40.7560540,-73.9869510 and a flat image of the earth, 1000px × 446…

php javascript maps coordinates proj4js
What exactly are eye space coordinates?

As I am learning OpenGL I often stumble upon so-called eye space coordinates. If I am right, you typically have …

opengl matrix camera coordinates projection
Algorithm to find point of minimum total distance from locations

I'm building an application based around finding a "convenient meeting point" given a set of locations. Currently I'm defining "convenient" …

algorithm coordinates distance
Get new position of coordinate after rotation with Matrix

I'm wondering how to use a Matrix to get the new position of a coordinate within a rectangle after rotation. …

android matrix rotation coordinates
Creating 2D coordinates map in Python

I'm not looking for solution, I'm looking for a better solution or just a different way to do this by …

python iterator coordinates
Algorithm to generate a hexagonal grid with coordinate system

I am trying to roll up 19 lines of code into a single for loop, but I am feeling a bit …

java loops dynamic coordinates hexagonal-tiles
Select a portion of an image and retrieve its coordinates with jQuery

I need a way for user to select the portion of an image either by resizing transparent rectangle or by …

javascript jquery image coordinates
Calculating bearing between two CLLocationCoordinate2Ds

Very "simple" problem: given two CLLocationCoordinate2Ds, how can I get the bearing (as radians) from the first to the …

ios objective-c coordinates core-location