Say I have these 2 lines represented as parametric equations like so:
$L1 : x= 1 + t, y = 0, z = 2 - t$
$L2 : x = t , y = t, z = 1 + t$
My question is:
Is there a way to find the distance (minimal) between those 2 lines only by using the formula listed below?
$$\frac{|| AB \times AP || }{ ||AB||}$$ (Distance of a point from a line passing through two points.)
$A$ is a point on $L1$
$B$ is a point on $L1$
$P$ is a point on $L2$