D
D
Denisca Gareev2020-07-12 13:57:03
Mathematics
Denisca Gareev, 2020-07-12 13:57:03

How is an object with xyz coordinates drawn on a plane?

How is an object with xyz coordinates drawn on a plane?
How is x and y affected by z?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
Grigory Boev, 2020-07-12
@ProgrammerForever

Each of the points is projected onto a plane, after which the points are connected.
In computer graphics, vectors and matrices are used - a point is set by a vector, + there is a projection matrix. The vector is multiplied by the matrix , a new vector is obtained - the projection of the first one.

V
Viktor, 2020-07-12
@nehrung

The answer to your question is given by descriptive geometry . As a solution, she suggests isometric projections, there are many different ones:
img3.jpg
The most common ones are those in the upper left corner of this picture and in the lower right. The rest are exotic.

G
GavriKos, 2020-07-12
@GavriKos

Well read about projections. Isometric, orthographic..

G
Griboks, 2020-07-12
@Griboks

No, it's impossible. You phrased the question incorrectly, and that's half the answer. Perhaps you should read about projections or layers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question