#pragma once #include <vector> struct Point; struct Edge; float interpolateZ(const Edge &e, const Point &p);