Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
7answers
801 views

Java: What is a good data structure for storing a coordinate map for an infinite game world?

I am used to coding in PHP but I am not really proficient with Java and this has been a problem for some time now. I expect it to be a fairly easy solution, however I cannot find any good example code ...
8
votes
4answers
770 views

Faster numpy cartesian to spherical coordinate conversion?

I have an array of 3 million data points from a 3-axiz accellerometer (XYZ), and I want to add 3 columns to the array containing the equivalent spherical coordinates (r, theta, phi). The following ...
3
votes
2answers
116 views

Using GeoTools: What is the Latitude and Longitude in com.vividsolutions.jts.geom.Coordinate class?

I will use com.vividsolutions.jts.geom.Coordinate as my coordinate class. But don't find any document which is the correct order of the coordinate. is it standard? Here's the java doc link -> ...
3
votes
1answer
98 views

Row-major order indices

I'm currently working on project of where 2d terrain maps are saved into a one-dimensional array. Each block in the map is indexed by xy coordinates. So, to save the map into a one-dimensional array, ...
3
votes
4answers
495 views

problem with two key ranges in couchdb

I'm having problem getting the right results in my coordinate system. To explain my system, I have this simple database that have x_axis, y_axis and name columns. I don't need to get all the data, I ...
2
votes
1answer
22 views

Finding orientation (Clockwise or anticlockwise) of the point with respect to some another point in x-y coordinate system

I have a problem and a solution both. What I want to know is that how to arrive to "that" solution. "That" solution is perfect and working fine for all possible combinations. This is a vector ...
2
votes
2answers
263 views

Axis coordinates to pixel coordinates? (Matlab)

How can i convert the axis coordinates into pixel coordinates? I have a set of data which include the negative and floating values, i need to put all of the data into the image. But the pixel ...
2
votes
2answers
728 views

How to get object in WebGL 3d space from a mouse click coordinate

I'm building a boardgame in WebGL. The board can be rotated/zoomed. I need a way to translate a click on the canvas element (x,y) into the relevant point in 3D space (x, y, z). The ultimate result is ...
2
votes
1answer
210 views

3d coordinate graphing

how do I plot 3d coordinates in mathematica? I am trying to plot 3d points using mathematica. I want to view what they look like after I am done too. so far this is what I have done... I have ...
1
vote
1answer
33 views

Computer vision: Regarding a line through origin in camera coordinate

I've a question regarding a line in camera coordinate. Suppose the pixel/screen coordinate of a point is (u,v). And the camera coordinate (coordinate system relative to camera) of (u,v) is (p,q,r) ...
1
vote
1answer
66 views

use axes coordinate to generate an image without plotting it, in Matlab

I have an image full of objects of the shape of an ellipse. I need to design an ellipse for each object that is the best fit for the object itself. I have found a code that helps me to plot the ...
1
vote
1answer
110 views

Google Maps: Put Marker on Top Left of The Map

just like the title say, I know how to add marker on specific lat,lon. Now I want to add marker and put it on top left or top right of the map. How to accomplish this using javascript api v3 ?
1
vote
2answers
211 views

C# coordinate keyed dictionary

I have a class Room, and a class World. Currently, I have a Dictionary<Point, Room> world; which I store Rooms in like so: world.Add(new Point(0,0), new Room()); But when I try to ...
1
vote
1answer
234 views

index conversion: row-major to cartesian coordinates (e.g., pixels)

i need to transform/access memory indices to and from row-major and cartesian* layouts. if it helps you imagine the use or problem: the case is accessing pixels (reading/manipulation) stored in ...
1
vote
1answer
95 views

Conversion formula for Heading of an object to match a value I have in int?

I have a list of items heading that are all in INTEGER (yes the heading is 0 to 120 int) value but when I am reading them they are all in float, so in between there is a conversion being done that I ...
1
vote
1answer
678 views

Detect Motion on axis in android

HI, I am willing to implement a logic in which i need to know about the amount of motion made by phone on x y or z axis, using accelerometer i can only find acceleration on these axis, even if i try ...
1
vote
3answers
375 views

Shortest distance between point and path

for a geo-based online game I'm looking for an algorithm which finds the shortest distance between a specified point and a known path connected by x/y-coordinates, so that I can kill all redundant ...
1
vote
2answers
633 views

[Javascript]Get coordinate from openlayers map

I would get the coordinate from an openlayers map. When I open my page I would that when I click on a button, I have received the coordinate of top bottom left and the upper right. <html> ...
1
vote
1answer
584 views

MySQL GIS Lat/Lon to X/Y: which is which?

Is there a convention for whether GIS points in MySQL should be stored as POINT($latitude $longitude) or POINT($longitude $latitude)? Having longitude correspond to X on a cartesian map would ...
0
votes
4answers
48 views

Converting a coordinate from one space to another

I seem to be having a bit of a math fail here... I need to convert an (x,y) point from one coordinate space to another - not in the sense of polar to cartesian or anything of the sort... just from one ...
0
votes
1answer
25 views

How to continuously update MKAnnotation coordinates on the MKMap

I have a GPSTestViewController class that has a MKMapView with added MKAnnotations (stored in a class called Bases). I'm trying to continuously update the coordinates for the MKAnnotations (with the ...
0
votes
1answer
31 views

How to find minimum value in NSMutableArray in Objective C

I have 7 float values shorted in NSMutableArray, i need to find the shortest value in between them, how do i find that shortest value
0
votes
1answer
29 views

Get coordinates of select option with JQuery

I'm trying to get the coordinates of select option. Not position, but x, y coordinates. I cannot get it via JQuery.offset() or position() which only return me the coordinates of select. Any ...
0
votes
1answer
43 views

Can I convert screen coord to camera coordinate using this procedure?

I want to find camera coordinate from pixel/screen coordinate using opencv. Suppose my cameras are calibrated and I got intrinsic parameter (matrix with focal length and principal point) and ...
0
votes
1answer
79 views

Converting from pixel coordinate to camera coordinate?

I am stuck in a computer vision problem. My problem is: Suppose I've a point in pixel coordinate system which is (u,v) located somewhere on a portion of the screen(monitor). I want to convert this ...
0
votes
0answers
32 views

Android google maps scan route

In my app I would like to notify the driver when the elevation of an upcomming hill is too high where "too high" is defined in meters by me. Is there a way to scan upcomming elements on a map before ...
0
votes
0answers
51 views

How to find the last coordinate of an isosceles triangle

I'm having some trouble trying to find out how to find the final coordinate on an isosceles triangle. Here's a list of information that I have: The length of the two equal sides (A and B) The angle ...
0
votes
0answers
48 views

To caculate a destination coordinate from a one coordinate and heading information

If I Have information with one coordinate(lat, lon) and true heading degree in iPhone, how can I find a destination coordinate from this? ex) starting coordinate2D: 37.6009, 126.8647 true ...
0
votes
2answers
129 views

Using Coordinate System in Matlab

I've been working on a project involving inverse source problem known within the electromagnetic wave field. The problem i have is that ; I have to define 3 points in a 2D space. These points should ...
0
votes
0answers
30 views

Open NSWindow under an NSButton frame

I've got a view hierarchy like this: NSWindow ContentView NSView ScrollView NSView (5) NSView (6) NSButton (7) I would like to open a Window under the button when it performs an ...
0
votes
1answer
79 views

How do you “map” and plot out coordinates for exact UIImageView interaction [Xcode]

I've been developing my application for a couple weeks already, but I ran into a problem: The alpha/transparent parts of the images will still "interact" with the other images when touched, but I ...
0
votes
0answers
143 views

Connect to a portal gps device using aspnet or php

i am planning on creating a project that uses a gps device to track buses, and this information will accessible from a website using asp.net or php. My question is how do I get the coordinates from ...
0
votes
0answers
43 views

Oracle forms coordinate system - html equivalent

In a oracle forms application, there is a Coordinate System used to define the form. e.g. CharacterCellWidth=8 CoordinateSystem=Real CharacterCellHeight=16 RealUnit=Point and then in font ...
0
votes
0answers
47 views

How can i adjust coordinates scale in user define control?

Graphics G = Graphics.FromImage(bgBitmap); G.Clear(SystemColors.Window); int origin_width = 660; int origin_height = 400; float scaleX = ClientSize.Width / ...
0
votes
2answers
94 views

Papervision3D Coordinate Axes

I have a flash application and I use papervision3d library. I put my objects to the scene, no problem but I also want to show the coordinate axes (x,y and z) to user. Is there any way to show these ...
0
votes
0answers
437 views

MDX Function CURRENTMEMBER failed

Calculated member: iif(sum({[to age].[to age].[to age]}, [Measures].[roll bal denom]) = 0, null, iif(isempty([Measures].[roll bal num]), iif(isleaf([To Age].[To Age].currentmember), ...
0
votes
1answer
162 views

how to find out the coordinate of displayed UIImage in screen coordinate system?

If I touch the screen with UIImage displayed, i can get a coordinate of (screen.x, screen.y) in screen coordinate. And how can I get the UIImage coordinate (image.x, image.y) from this coordinate ? ...
0
votes
1answer
214 views

Get the nearest node from a coordinate in openstreetmap database

I have for example a coordinate: 41,791063, 12,6923072 and I want to find the nearest node in the OSM DB in this example the node 906459460 http://www.openstreetmap.org/api/0.6/node/906459460 ...
0
votes
0answers
87 views

(iphone) coordinate change when drawing

I 've seen cases where images are flipped and can be fixed with CGContextTranslateCTM(context, 0, entireRect.size.height); ...
0
votes
0answers
132 views

resize and put image control on top of shape in loaded swf

I use a shape with gradient background in fla file. I publish this fla as an swf & load it into Flex using swfloader with height and width set to 100%. I want to locate the shape's accurate ...
0
votes
1answer
82 views

How do I create a program that will click on certain x/y coordinates on the screen when a hotkey is pressed? JAVA/Windows 7

In Java, I'm trying to force rapid mouse clicks on certain x/y locations on my computer by pressing a certain hotkey, I know how to assign the hotkey the actions to do things but I don't know what the ...
0
votes
1answer
190 views

what is the gesture coordinate of a view on android

When using GestureDetector to capture gesture on screen, I'm confused by android's screen X-Y coordinate. For example: class TouchPadGL extends GestureDetector.SimpleOnGestureListener { public ...
0
votes
1answer
208 views

Java Library or algorithm for calculating coordinates of tree nodes / drawing

I am looking for a library which would give me the exact coordinates of each node in a tree (any tree, not just binary trees). Let's say I define the tree in the following notation (() (() (() () ...
0
votes
1answer
171 views

How to determine click location coordinates in iphone app view class

i'm trying to make a connect four iphone app. I have made my own custom UIView class, which is where the game is played. However, I am trying to use the touchesMoved, touchesEnded, etc. methods to ...
0
votes
2answers
28 views

Need a resource for pairing cities to coordinates

I have a list of cities (and some other locations) around the world, formatted like this: America/Antigua America/Anguilla Europe/Tirane Asia/Yerevan America/Curacao Africa/Luanda ...
0
votes
2answers
59 views

Way to Map Small Values to Large and Vice Versa

I am currently working on a tool that will allow Wiimote to be used as computer mouse and am stuck in a problem. The wiimote returns x and y co-ordinates which are very small as compared to screen ...
0
votes
1answer
997 views

Pyqt get pixel position and value when mouse click on the image

Overwriting mouse event on pixMapItem didn't work for me ; the mouse click event is not detected by the pixMapItem. Here is my code : import sys from PyQt4.QtCore import * from PyQt4.QtGui import * ...
0
votes
2answers
403 views

calculating new gps coordinates given initial coordinate and *Small* range

I'm trying to figure out how to calculate a min/max lat/long bound on the specific given range of a gps coordinate. for example: gps coord 37.42935699924869,-122.16962099075317 range .2 miles I'm ...
0
votes
2answers
1k views

How to get image's coordinate on JPanel

This question is related to my previous question http://stackoverflow.com/questions/2376027/how-to-generate-cartesian-coordinate-x-y-from-gridbaglayout I have successfully get the coordinate of each ...
0
votes
2answers
1k views

How to generate Cartesian Coordinate (x,y) from GridBaglayout?

My question related to previous post http://stackoverflow.com/questions/2374295/how-to-fill-color-in-grid-boxes-randomly How can I get Cartesian Coordinate (x,y) of each of the boxes filled by color ...

1 2