Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Programming Languages
C, C++ and C#
Hash ID to XY Coordinates
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="kerrymaid, post: 4164024, member: 70451"] Hi, I have a defined area (I know the x,y coordinates of each corner of the area). I need to hash an ID (int or char array) to an x,y point confined within that boundary area. The resulting hashed value i.e. x,y co-ordinates need to be unique to the ID and preferably I don't want the x,y points clustered all in one part of the square but rather evenly distributed over the square. Any advice about how I can go about this? Many thanks in advance. [/QUOTE]
Verification
Post reply
Forums
Programming Languages
C, C++ and C#
Hash ID to XY Coordinates
Top