3
votes
8answers
81 views
Javascript getElementById acting odd…
I'm using a for loop to cycle through some elements with a starting value (seats on a plane).
Here it is:
seatNum - Number of seats to be cycled through
startSeat - seat to begin cycling
I'm calling …
1
vote
1answer
34 views
Intersection Of A Surface An Plane
I'm trying to find out when a quadratic selection algorithm is faster than a linear selection algorithm. Running some experiments I generated two 3D plots that show the algorithm run times as a …
0
votes
1answer
39 views
Matrix to Represent a Triangle in Screen Space
Hi All,
So i have a set of four points in 3D Space.
P1 [0, 0, 0]
P2 [128, 0, 0]
P3 [0, 128, 0]
P4 [128, 128, 0]
Which I'm then projecting orthographically to the screen effectively giving …
2
votes
2answers
155 views
How to find the minimum radius circle that encloses all the given points?
Suppose I have some 1000 odd points on a plane.
Then, what I think could be done is to discard the points that do not affect the radius of the circle in any way - the points through which the convex …
0
votes
1answer
44 views
Planewidth after bending (using pv3d, as3dmod)
Hi there,
I got a huge problem. I'm stuck there for two weeks now.
It's seems pretty simple.
I'm creating a plane, mapping a texture to it.
After that I bend it, using the bend modifier from …
0
votes
3answers
66 views
normal vector from least squares-derived plane
I have a set of points and I can derive a least squares solution in the form z = Ax + By + C. The coefficients I compute are correct but how would I get the vector normal to the plane in an equation …
0
votes
2answers
67 views
How to partition a plane
Let's say I have a fixed number (X) of points, e.g. coordinates within a given plane (I think you can call it a 2-D point cloud).
These points should be partitioned into Y polygons where Y < X. …
5
votes
1answer
188 views
How does Google do Maps’ Street View Cursor “Following”
In Google Maps Street View your cursor turns into a rectangular/oval shape as you mouse over different parts of the scene. For example:
…
