Architecture
°ÇÃà Architecture


Equation of a straight line in space, given the coordinates of two points, determine y, z coordinates based on x coordinate

ÀÛ¼ºÀÚ Uploader : mangsteen ÀÛ¼ºÀÏ Upload Date: 2019-10-10º¯°æÀÏ Update Date: 2023-09-09Á¶È¸¼ö View : 65

Type1 Type2
The equation of the straight line passing through the two points (x0, y0, z0) and (x1, y1, z1) is as follows.

(x-x0)/(x1-x0) = (y-y0)/(y1-y0) = (z-z0)/(z1-z0)

Thus,

y = (y1-y0)*(x-x0)/(x1-x0) + y0

z = (z1-z0)*(x-x0)/(x1-x0) + z0

Therefore, the y and z values of the point on the straight line that change depending on the x value can be determined.
¡à input data


¡à y coordinate


¡à z coordinate


¡Ø ÀÌ »çÀÌÆ®´Â ±¤°í¼öÀÍÀ¸·Î ¿î¿µµË´Ï´Ù.

¡Ø »¡°£»ö ¹ØÁٺκп¡ ÀڷḦ ÀÔ·ÂÇϼ¼¿ä.
¡Ø Input data on
red underlines.

No Reference



¡Ú ·Î±×ÀÎ ÈÄ Áñ°Üã±â¿¡ Ãß°¡ÇÒ ¼ö ÀÖ½À´Ï´Ù.
¡Ú To make new formula or to add this formula in your bookmark, log on please.




ÄÚ¸àÆ®

´ñ±Û ÀÔ·Â