1#include "primitives/Color.hpp"
The t software 3D graphics library namespace.
Definition algorithms.hpp:12
The fragment class.
Definition Fragment.hpp:16
bool operator<(const Fragment &b) const
The less-than comparison for fragments, used for ordered sets in Rasterizer to sort fragments by thei...
Definition Fragment.hpp:24
int y
The y coordinate of the fragment in screen space.
Definition Fragment.hpp:18
int x
The x coordinate of the fragment in screen space.
Definition Fragment.hpp:17