Draw two lines together in one 3D model. One line should start at (0, 2, 0) and move in the direction of (2, 0, 4) with
Posted: Tue Jul 12, 2022 12:40 pm
Draw two lines together in one 3D model. One line should start at (0, 2, 0) and move in the direction of (2, 0, 4) with a parameter going from 0 to 1. The other line should start at (1, 0, 0) and move in the direction of (0, 2, 2) with a parameter going from 0 to 2. Use your model to find the point of intersection of the two lines: (Use traditional notation for the point.)