|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>#include <time.h>Go to the source code of this file.
Macros | |
| #define | XSCALE 65536 |
| #define | XX(x) ((FT_Pos)(x*XSCALE)) |
| #define | XVEC(x, y) { XX(x), XX(y) } |
| #define | XVAL(x) ((x)/(1.0*XSCALE)) |
| #define | REPEAT 1000000L |
Functions | |
| int | main (int argc, char **argv) |
| #define REPEAT 1000000L |
Definition at line 173 of file test_bbox.c.
| #define XSCALE 65536 |
Definition at line 26 of file test_bbox.c.
Definition at line 29 of file test_bbox.c.
Definition at line 175 of file test_bbox.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.