Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
2k views

Normal Vector of Three Points

Hey math geeks, I've got a problem that's been stumping me for a while now. It's for a personal project. I've got three dots: red, green, and blue. They're positioned on a cardboard slip such that ...
5
votes
1answer
549 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: ...
4
votes
8answers
223 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 ...
3
votes
1answer
119 views

Transforming a 3d plane by 4x4 matrix

I have a shape made out of several triangles which is positioned somewhere in world space with scale, rotate, translate. I also have a plane on which I would like to project (orthogonal) the shape. I ...
3
votes
3answers
747 views

Generate a plane with triangle strips

What would be the best algorithm to generate a list of vertices to draw a plane using triangle strips? I'm looking for a function which receives the plane's width and height and returns a float array ...
3
votes
2answers
70 views

In a Unicode string, how are planes indicated (or are they not)?

I have read the article by Joel and have done a lot of searching. Every site and article on Unicode talks about how there are 16 bits per code point, but Unicode supports more than 2^16 code points ...
3
votes
5answers
240 views

Detect when 2 moving objects in 2d plane are close

Imagine we have a 2D sky (10000x10000 coordinates). Anywhere on this sky we can have an aircraft, identified by its position (x, y). Any aircraft can start moving to another coordinates (in straight ...
3
votes
3answers
274 views

Collision detecting custom sketched shape, represented as list of points

I have a set of points, drawn by the user. They will be drawing around some objects. I need to somehow turn this set of points into a shape, so I can find the area to detect collisions. An image ...
2
votes
1answer
674 views

3D Line-Plane Intersection

If given a line (represented by either a vector or two points on the line) how do I find the point at which the line intersects a plane? I've found loads of resources on this but I can't understand ...
2
votes
1answer
271 views

Android, change the profile of the phone

I would like to change the profile of the phone, for instance change from vibrator mode to normal mode or even plane mode. I cannot find in the permission list anything to allow this type of change. ...
2
votes
3answers
1k views

3D line plane intersection, with simple plane

i have two points in 3D space which have X-coordinates with different signum. so one of them lies definitely on one side of the X-plane and one on the other. now i want to find the intersection of ...
2
votes
2answers
1k views

Opengl ES - drawing a plane of multiple vertices

Using Opengl ES for Anroid we’re facing a problem when drawing a square with a texture. They look fine from a distance, but when getting close to the model the texture screws up. We believe this is ...
2
votes
2answers
711 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 ...
1
vote
0answers
44 views

How to check if connected points form a self-intersecting polygon? [closed]

Possible Duplicate: Check if Polygon is Self-Intersecting I have N connected points in the plane (max 100). How can I determine whether the resulting polygon is self-intersecting or not? I ...
1
vote
2answers
308 views

Intersection between two planes

I use the following structure to create plane http://www.koders.com/csharp/fid8BE50D1ADB6857150794BF12D643BA1739EC3264.aspx I can get the normal too , my question is how to get the intersection ...
1
vote
1answer
284 views

Calculating face normals with 4 vertices

I can't seem to find what the equation is for calculating the normal of a 4 vertex plane in 3D. Given 4 vertices, (x1, y1, z1), (x2, y2, z2), etc. How do I calculate the normal of the surface they ...
1
vote
1answer
183 views

how do I convert from one cartesian system to another

2D problem: I measure the position of the 3 ends of a triangle in a cartesian system. Now i move the system (triangle) to another cartesian system and measure the position of just two ends. How can I ...
1
vote
3answers
78 views

Getting plane slices from array data

Greetings all, I read 3d grid data (from multiple TIF images) into a structure as follows : typedef struct VolumeData{ int nx; int ny; int nz; unsigned char *data; // size is nx*ny*nz } Now I ...
1
vote
2answers
675 views

Plane projection and scale causing bluring in silverlight

Ok, So I've tried to make an application which relies on images being scaled by an individual factor. These images are then able to be turned over, but the use of an animation working on the ...
1
vote
1answer
570 views

How to efficiently rotate and translate a plane in 3D

I have a plane defined by a normal (n) and a distance (d) (from the origin). I would like to transform it into a new system. The long way is like this: 1) multiply distance (d) with normal (n) ...
1
vote
1answer
286 views

Mathematical technique to check intersection

Imagine there is a very very large room in the shape of a hollow cube. There are magic balls hanging in the air at fixed discrete positions of the room. No magic ball has another one exactly above it. ...
1
vote
1answer
421 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
50 views

Mapping coordinates from plane given by normal vector to XY plane

So, I have this algorithm to calculate cross-section of 3D shape with plane given with normal vector. However, my current problem is, that the cross-section is set of 3D points (all lying on that ...
0
votes
0answers
15 views

Why can we figure out the relationship between a point and a plane by a matrix's determinant? [migrated]

A plane can be taken to be a quadruple(a, b, c, d). Then a point is taken to be a triple of planes(P, Q, R). The point(p, q, r) is valid if and only if the following determinant is non-zero. |Pa Pb ...
0
votes
0answers
26 views

Designing a Telemetry system. Data type?

For my senior project. I'm designing a telemetry system that sends data about the plane like pitch, yaw, roll, and a few other positioning stuff. The plane sends the data back to the receiver every ...
0
votes
1answer
65 views

Cutting a 3d shape using a plane

I have a shape made of triangles in 3d. The shape is intersecting a plane. I would like to make the plane cut the shape, so to slice the intersecting triangles and return the (new) triangles making up ...
0
votes
1answer
79 views

C# wpf 3D facing from origo

If I have three points and always want the visible face should be the side that is "facing" from origo, is there a shortcut to calculate the normal of the plane ? Like this ...
0
votes
1answer
104 views

Perspective projection of an object on a plane in 3D

Imagine there is plane in between a virtual person and an object. The object is a box with a certain xyz scaling and rotation. The plane is like a glass window. The person is looking at the object ...
0
votes
0answers
11 views

Computations on a plane grid

I would like to compute integrals of functions on a 2-D plane with gaussian measure. I was thinking of doing this on a large grid with gaussian weight at each point. Is there any template for working ...
0
votes
0answers
96 views

segment and box collision response

I'm developing a Verlet based simulation engine in Processing ( similar to java ). I'm having some troubles with 2 particles joined by a stick constraint and colisioning with a box. I have some code ...
0
votes
2answers
394 views

Line - Plane intersection?

I am having two Vectors (X,Y,Z), one above Y=0 and one below Y=0. I want to find the Vector (X,Y,Z) where the line between the two original vectors intersects with the Y=0 level. How do I do that? ...
0
votes
1answer
206 views

point - plane collision without the glutLookAt* functions

As I have understood, it is recommended to use glTranslate / glRotate in favour of glutLootAt. I am not going to seek the reasons beyond the obvious HW vs SW computation mode, but just go with the ...
0
votes
2answers
532 views

Projection on a plane using a 2*3 matrix

I can easily draw the projection of a 3D set of points onto the plane with normal vector (1,1,1), by using the matrix (-sqrt(3)/2 sqrt(3)/2 0) (-1/2 -1/2 1). I want to do ...
0
votes
1answer
100 views

Javascript Trinomial Problem

Ok, using Javascript (or something I can easily convert, I know BASIC very well, but a little rusty at C++ and C#) I need to solve this problem/equation: Given the start and endpoint of a line (in x, ...
0
votes
1answer
372 views

Plane equation from a line

All right, I need to do two things: I need to determine the equation of a line, with the angle given, from a point in 3D space I need to determine the equation of a plane that is perpendicular to ...
0
votes
1answer
425 views

Matrix to Represent a Triangle in Screen Space

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 me two ...
0
votes
1answer
242 views

Planewidth after bending (using pv3d, as3dmod)

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 as3dmod. Of ...
0
votes
3answers
408 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
3answers
141 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. ...
-1
votes
1answer
35 views

Gradient of four co-ordinates? (Plane)

Lets say I have a plane, with the four co-ordinates: (0,0,0) (0,0,1) (1,2,0) (1,2,1) So it's a basic plane with a gradient of 2 in x axis and 0 in the others? -I can figure that out just by ...