This is more of a follow-up question to the previous: Recreating a line after projective transformation
Referring to the below diagram (adapted from the wiki page on vanishing points):

Say if I have a line $L$ that:
- Lies exactly on the plane together with $L_1, L_2$,
- Bounded by $L_1, L_2$,
- Parallel to both $L_1, L_2$,
- contains a point $P$.
Assuming I know the perpendicular distances from $P$ to $P_1$ and $P_2$ (which sits on $L_1, L_2$), as $d_1, d_2$ respectively.
Given the projection of $P$ on the image plane as $P'$, can I always assert that:
$\frac{\|{P_1' - P'}\|}{\|P_2' - P'\|}$ = $\frac {d_1}{d_2} $
where $\|P_1' - P'\|$ is the euclidean distance (in image coordinates) between $P_1'$ and $P'$ ?