I know how to use a vanishing point to create the illusion of perspective, but how do I determine the height of a square if I draw two lines towards the vanishing point?
For this case, assume I have two parallel lines on a grid. One at y=0 and one at y=10. I select a point on the higher line to be my vanishing point (0, 10) and then draw two lines from the lower line to the higher line to give two "parallel" lines (not parallel, but look parallel). First line from (-3, 0) to (0, 10), and the second line from (3, 0) to (0, 10). How do I find out where on the y-axis to draw the horizontal line so that my illusionary shape appears to be a square?
Bonus: If I have a square paper with points drawn on it and I know the location of those points. How do map those points to the perspective square in the above scenario? For example I have a point at 20% width and 90% height (near the upper left corner), how do I draw that point at its exact location on the perspective square?