Main Page Class Hierarchy Compound List File List Compound Members File Members
Draw.h File Reference
#include "gcl/Renderer.h"
Include dependency graph for Draw.h:
Go to the source code of this file.
Functions |
| | Void | DrawCircle (Renderer &r, const Point &p, const Vector &n, GCLReal radius) |
| | Void | PaintBox (Renderer &r, const Point &min, const Point &max) |
| | Void | FrameBox (Renderer &r, const Point &min, const Point &max) |
| | Void | PaintRect (Renderer &r, const Coord &min, const Coord &max) |
| | Void | FrameRect (Renderer &r, const Coord &min, const Coord &max) |
| | Void | MakeBoxCorners (const Point &min, const Point &max, Point corners[8]) |
| | Void | PaintBox (Renderer &r, Point c[8]) |
| | Void | FrameBox (Renderer &r, Point c[8]) |
Variables |
| | Int | scRenderSteps = 10 |
Function Documentation
Void MakeBoxCorners (const Point & min, const Point & max, Point corners[8])
|
Creates corners as follows:
3------2
/| /|
7------6 |
| 0----|-1
|/ |/
4 ---- 5
y
|
+--x
/
z
Definition at line 39 of file Draw.cc.
Variable Documentation
Generated at Sat Aug 5 00:16:58 2000 for Graphics Class Library by
1.1.0 written by Dimitri van Heesch,
© 1997-2000