If you have a 2d display lets say a (100×100) pixels and you wanted to graph a 3d point(10, 10, 10). Where would it go? How would the 2d (x,y) be formed from the (x,y,z) value?

580 views

If you have a 2d display lets say a (100×100) pixels and you wanted to graph a 3d point(10, 10, 10). Where would it go? How would the 2d (x,y) be formed from the (x,y,z) value?

In: Mathematics

5 Answers

Anonymous 0 Comments

Rule 2.

Better to r/asksciencediscussion about this.

Anonymous 0 Comments

You use something to indicate the position on Z-axis, just like relief is represented on maps: high mountain peaks are white, deep water is dark blue etc.

Anonymous 0 Comments

The simplest answer is to truncate; you ignore the z value completely and draw it as if everything is on a flat plane.

This loses information – you cannot definitely say the position of the object, as that information has been lost. There is no lossless way to map 3 dimensions onto 2*dimensions. Solutions like adding color actually add a dimension in the process.

Anonymous 0 Comments

[deleted]

Anonymous 0 Comments

The term you want to search for is called “orthographic projection”, and because 3D objects cannot be perfectly captured in 2D, there are many different ways of making an orthographic projection, many of them using matrix mathematics to correlate the parts from the dimension that isn’t there into combinations of the other two dimensions.