#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "TachyonDisplayDevice.h"
#include "Matrix4.h"
#include "DispCmds.h"
#include "Inform.h"
#include "utilities.h"
#include "config.h"
#include "Hershey.h"
Go to the source code of this file.
Defines | |
#define | DEFAULT_RADIUS 0.002f |
#define | DASH_LENGTH 0.02f |
#define | TACHYON_RUN_STRING " -aasamples 12 %s -format TARGA -o %s.tga" |
Functions | |
char * | get_tachyon_run_string () |
Variables | |
char | tachyon_run_string [2048] |
Definition in file TachyonDisplayDevice.C.
|
Definition at line 36 of file TachyonDisplayDevice.C. Referenced by TachyonDisplayDevice::line. |
|
Definition at line 35 of file TachyonDisplayDevice.C. Referenced by TachyonDisplayDevice::line, TachyonDisplayDevice::point, and TachyonDisplayDevice::text. |
|
Definition at line 41 of file TachyonDisplayDevice.C. Referenced by get_tachyon_run_string, and TachyonDisplayDevice::write_header. |
|
Definition at line 46 of file TachyonDisplayDevice.C. References NULL, TACHYON_RUN_STRING, and tachyon_run_string. Referenced by TachyonDisplayDevice::TachyonDisplayDevice. |
|
Definition at line 44 of file TachyonDisplayDevice.C. Referenced by get_tachyon_run_string, and TachyonDisplayDevice::update_exec_cmd. |