I have a coordinate. I want to find the top \"n\" (n being a variable value) nearest coordinates out of several thousand rows stored on a MySQL database. I also want to be able to define maximum and m
Trouble! I\'m looking for a way to find the countries within a given range of LAT/LONG coordinates. E.g.:
I have a city map of Moscow. We modified a Google Maps image with some artistic elements, but the relation between GPS coordinates and pixels remains the same.
how can i reference a display object\'s coordinates according to it\'s parent object or stage from within the class that creates the object?
I wanna generate a random triang开发者_开发问答le with coordinates, which shows the arcs of each corner in actionscript 2.0 with flash 8.0.This looks a lot like your previous question (also a lot like
I have a User Control added to a Canvas. In another area o开发者_如何学JAVAf the application I have two TextBoxes that will get 2 values : X and Y. I need a two-way binding between the user control\'s
I have a simple OpenGL drawing. When the user changes the window\'s size, I want the drawing to mai开发者_JAVA技巧ntain it\'s aspect ration. I accomplished that by setting the glViewport to the maximu
Im sure if the title is exactly what I am trying to describe so sorry if it isnt. Ok here is what i am trying to do:
I have a set of points like: pointA(3302.34,9392.32), pointB(34322.32,11102.03), etc. I need to scale these so each x- and y-coordinate is in the range (0.0 - 1.0).
simple question here. Lets say I have two points: point 1 x = 0 y = 0 point 2 x = 10 y = 10 How would i find out all the coordinates开发者_开发百科 inbetween that programmatically, assuming the