"Brian" <
brian...@yahoo.com> wrote in message
news:dd651185-6c10-4032...@v14g2000yqm.googlegroups.com...
Perhaps you are thinking about something like transformation matrices. As I
understand it, each point considered three-dimensionally can be represented
by a 3x3 matrix of values. So for a group of points, you have a group of
matrices... one matrix for each point.
Using the matrix of the point, the point can be projected on the plane of
the computer screen. When some points are joined by lines... the produce a
wire-frame picture. Transformation matrices can be "applied" (i.e., the
matrix for each point is multiplied by a transformation matrix) to produce a
rotation or other modification of the two-dimensional picture by altering
the point's matrix... as the matrix specifies the point's location in three
dimensions. The "projection" on the computer screen is like viewing the
grouping of points from one side or another.
Here are some websites that describe some of this:
http://en.wikipedia.org/wiki/Transformation_matrix
http://www.senocular.com/flash/tutorials/transformmatrix/
If you are interested, I suggest that you find a good book on the subject.
--
numerist at aquaporin4 dot com