Public Attributes | |
| int | y_max |
| greatest y vertex coordinate | |
| int | y_min |
| smallest y vertex coordinate | |
| double | xs |
| x coordinate related to ys | |
| double | dxs |
| xs increment between scanlines | |
| double | zs |
| z coordinate related to ys | |
| double | dzs |
| zs increment between scanlines | |
Definition at line 94 of file zbf.c.
|
|
xs increment between scanlines
Definition at line 102 of file zbf.c. Referenced by zbfMountEdges(), and zbfMountInt(). |
|
|
zs increment between scanlines
Definition at line 106 of file zbf.c. Referenced by zbfMountEdges(), and zbfMountInt(). |
|
|
x coordinate related to ys
Definition at line 100 of file zbf.c. Referenced by zbfMountEdges(), and zbfMountInt(). |
|
|
greatest y vertex coordinate
Definition at line 96 of file zbf.c. Referenced by zbfMountEdges(), and zbfMountInt(). |
|
|
smallest y vertex coordinate
Definition at line 98 of file zbf.c. Referenced by zbfMountEdges(), and zbfMountInt(). |
|
|
z coordinate related to ys
Definition at line 104 of file zbf.c. Referenced by zbfMountEdges(), and zbfMountInt(). |
1.2.18