I cross the line in 2D and calculate the X, Y coordinates of the intersection point. What I need is the Z of the intersection given by the points of the line X, Y, Z, and the intersection of X, Y. From what I understand from the equations, it should be single-line, but I donβt know enough mathematics to get there .
Your question is rather vague, but I will try to answer.
So, take the following equation:
Mark it as Fx(X) = Fy(Y) = Fz(Z)and take part of it:
Fx(X) = Fy(Y) = Fz(Z)
Fx(X) = Fz(Z)
, x, y z , , x1, x2, z1, z2. x x. z. :
z = (x - x1) / (x2 - x1) * (z2 - z1) + z1
Source: https://habr.com/ru/post/1791731/More articles:How to manage versions in VS2010? - c #ΠΡΠΈΠ±ΠΊΠ° MapSingleType - asp.net-mvc-3Readline accepts int from console in C - cPear coding standards doubt - coding-styleUniversal test automation framework for python - pythonIs the PostgreSQL 9.0 JDBC driver working well with 64-bit java? - javaXPath expression with a condition for multiple ancestors - c #How to specify labels with different types of points in Gnuplot? - gnuplotDetecting anchors using jQuery? - jqueryProblem with pointer and malloc - cAll Articles