0
votes
0answers
19 views
+150
Mapping points from Euclician 2-space onto a Poincare disc
For some reason it seems that everyone writing webpages about Poincare discs is only concerned with how to represent lines and measure distances.
I'd like to morph a collection of …
3
votes
4answers
43 views
Creating a surface of triangles from a set of 2D points…
Hi,
I have a set of points and I need to convert the set to (non-overlapping) triangles (or a big polygon if equivalent)...
The application: I have a list of locations (latitude, …
0
votes
1answer
33 views
Flash AS2 Quiz with individual points for each answer.
Hi guys!
I'm making a quiz in Actionscript 2.0.
The quiz has 8 questions. Each question has four answers and each answer gives different points. On every frame their is two questi …
2
votes
2answers
49 views
Reputation and point system models
I'm looking to implement a reputation-based point system for a QA site. I like Stack Overflow's model, but I was wondering if there's anything else like this out there. I was doing …
6
votes
4answers
241 views
Given a set of points, how do I find the two points that are farthest from each other?
I could compute the distance between each point and take the largest but that doesn't sound like a very efficient way to do it when there are a large (> 1000) number of points.
N …
1
vote
3answers
60 views
Fixed length path between two graph nodes.
Is there an algorithm that will, if given two nodes on a graph, find a route between them that takes the specified number of hops? Any node can be connected to any other.
The poin …
1
vote
1answer
150 views
Fill a touch drawn path of CGPoints using OpenGL or CoreGraphics
I have a NSArray of points that make up a path. I can detect when it self-intersects. When this happens, I try to fill the path.
First I used CoreGraphics, now I'm using openGl to …
1
vote
4answers
316 views
Finding points on a line with a given distance
I have a question i know a line i just know its slope(m) and a point on it A(x,y) How can i calculate the points(actually two of them) on this line with a distance(d) from point A …
1
vote
2answers
126 views
Need help with Converting Points to Shapes
below are a whole length of code i have copied from NEHE Production (Lesson 25)..
i was just trying to play around but seem to not able to change/convert each points into a individ …
0
votes
1answer
71 views
Smallest set of rectangles describing a set of integer points
Given a set of N-dimensional integer points how do I find the smallest set of N-dimensional cuboids (rectangles in the 2-d case), such that an integer point is in the set of intege …
1
vote
4answers
203 views
How to check whether a NSPoint lays inside a NSRect
I've created a mutable array containing NSRect values. I want to check whether the NSPoint I created is within this rectangle. What is the best way to do this in cocoa.
4
votes
3answers
201 views
Calculate the horizon of a curved face? - Not extrema
I need to find the 2 points of the visual horizon, of a curved face.
I have:
XYZ of the 4 corner points
XYZ of the 2 curved edge bezier points
And I need to calculate either:
…
2
votes
2answers
163 views
Calculate the horizon of a curved face?
I need to find the 2 points of the visual horizon, of a curved face.
I have:
XYZ of the 4 corner points
XYZ of the 2 curved edge bezier points
And I need to calculate either:
…
0
votes
4answers
295 views
Align point clouds via 3 points correlation?
Let's say I have 3 point clouds: first that has 3 points {x1,y1,z1}, {x2,y2,z2}, {x3,y3,z3} and second point cloud that has same points as {xx1, yy1, zz1}, {xx2,yy2,zz2}, {xx3,yy3, …
1
vote
2answers
113 views
What is the algorithm for storing the pixels in an oval in Javascript?
How would one draw an oval in JS?
