My Project
 All Classes Files Functions Variables Enumerations Pages
Public Member Functions | Public Attributes | List of all members
ScanEdge Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: