OpenGL project

This interactive visualization tool illustrates how to determine whether a 2D point lies above, below, or exactly on a line using the signed area (cross product) method.

Color Coding for Intuition

This project demonstrates how to represent basic 3D geometry — points, lines, and triangles — and test whether two triangles intersect in 3D space. It uses OpenGL for visualization and organizes code into: