Encapsulates information needed for scan conversion. More...
#include <scan.h>
Public Member Functions | |
ScanEdge (float vx, uint v0, uint v1, float l) | |
Public Attributes | |
float | x |
uint | vertex0 |
uint | vertex1 |
float | lambda |
Encapsulates information needed for scan conversion.
We want to be independent of what quantity the client is going to interpolate over, so the best we can do is identify (by index in given triangle) the vertices delimiting an edge and give the weights.