edge Struct Reference

Triangle edge info. More...


Data Fields

float dx
 X(v1) - X(v0), used only during setup.
float dy
 Y(v1) - Y(v0), used only during setup.
float dxdy
 dx/dy
float sx
float sy
 first sample point coord
int lines
 number of lines on this edge


Detailed Description

Triangle edge info.

Definition at line 83 of file spu_tri.c.


Field Documentation

float edge::dx

X(v1) - X(v0), used only during setup.

Definition at line 84 of file spu_tri.c.

float edge::dy

Y(v1) - Y(v0), used only during setup.

Definition at line 85 of file spu_tri.c.

float edge::dxdy

dx/dy

Definition at line 86 of file spu_tri.c.

float edge::sx

Definition at line 87 of file spu_tri.c.

float edge::sy

first sample point coord

Definition at line 87 of file spu_tri.c.

int edge::lines

number of lines on this edge

Definition at line 88 of file spu_tri.c.


The documentation for this struct was generated from the following files:
Generated on Tue Sep 29 06:26:01 2009 for Gallium3D by  doxygen 1.5.4