#include "polygon/base/Base.h"
#include "polygon/test/Test.h"
#include "polygon/svg/DumpSVG.h"
Defines | |
#define | QT_POLYGON_A_SIZE 8 |
#define | QT_POLYGON_B_SIZE 8 |
#define | QT_POLYGON_C_SIZE 8 |
#define | RAND_MULTIPLIER 1103515245 |
#define | RAND_ADDER 12345 |
#define | UPDATE_RAND(a) RAND_MULTIPLIER * a + RAND_ADDER |
Variables | |
const RATIONAL | gQTPolygonA [QT_POLYGON_A_SIZE] |
const RATIONAL | gQTPolygonB [QT_POLYGON_B_SIZE] |
const RATIONAL | gQTPolygonC [QT_POLYGON_C_SIZE] |
Scanline edge-flag algorithm for antialiasing
Copyright (c) 2005-2007 Kiia Kallio
http://mlab.uiah.fi/~kkallio/antialiasing/
This code is distributed under the three-clause BSD license. Read the LICENSE file or visit the URL above for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { 0.0f,0.0f,400.0f,0.0f,400.0f,400.0f,0.0f,400.0f } |
|
Initial value: { 0.0f,0.0f,400.0f,0.0f,400.0f,400.0f,0.0f,400.0f } |
|
Initial value: { 0.0f,0.0f,400.0f,0.0f,400.0f,400.0f,0.0f,400.0f } |