Finding Line Intersections with Cross Product
Vector Representation of Lines
Key concepts:
Treat points as vectors to leverage vector addision for point translation.
Represent lines using a point plus a direction vector, wich naturally handles vertical lines.
Consider two lines intersecting at point I. Line 1 is defined by point p₁ and direction vector v₁, while Line 2 uses point p₂ and ...
Posted on Sat, 13 Jun 2026 17:15:08 +0000 by GrexP