#include <stdio.h>
#include <string.h>
#include <math.h>
#include "ArtDisplayDevice.h"
#include "Matrix4.h"
#include "DispCmds.h"
#include "Inform.h"
#include "utilities.h"
Go to the source code of this file.
Defines | |
#define | DEFAULT_RADIUS 0.002f |
#define | DASH_LENGTH 0.02f |
#define | ORDER(x, y, z) -z, -x, y |
ART is available from gondwana.ecr.mu.oz.au as part of the vort package. To see the output I suggest: art plot.scn 1000 1000 vort2ppm plot.pix > plot.ppm fromppm plot.ppm plot.rgb ipaste plot.rgb
NOTE: As of 2011, the original VORT package home page has vanished, but it can currently be found here: http://bund.com.au/~dgh/eric/ http://bund.com.au/~dgh/eric/vort.tar.gz http://bund.com.au/~dgh/eric/artimages/index.html
Definition in file ArtDisplayDevice.C.
|
Definition at line 45 of file ArtDisplayDevice.C. Referenced by ArtDisplayDevice::line. |
|
Definition at line 44 of file ArtDisplayDevice.C. Referenced by ArtDisplayDevice::line, and ArtDisplayDevice::point. |
|
Definition at line 51 of file ArtDisplayDevice.C. Referenced by ArtDisplayDevice::cone, ArtDisplayDevice::cylinder, ArtDisplayDevice::line, ArtDisplayDevice::point, ArtDisplayDevice::sphere, ArtDisplayDevice::square, and ArtDisplayDevice::triangle. |