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 DrawCircle (Renderer & r, const Point & p, const Vector & n, GCLReal rad)

Definition at line 17 of file Draw.cc.

Void FrameBox (Renderer & r, Point c[8])

Definition at line 122 of file Draw.cc.

Void FrameBox (Renderer & r, const Point & min, const Point & max)

Definition at line 79 of file Draw.cc.

Void FrameRect (Renderer & r, const Coord & min, const Coord & max)

Definition at line 96 of file Draw.cc.

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.

Void PaintBox (Renderer & r, Point c[8])

Definition at line 105 of file Draw.cc.

Void PaintBox (Renderer & r, const Point & min, const Point & max)

Definition at line 71 of file Draw.cc.

Void PaintRect (Renderer & r, const Coord & min, const Coord & max)

Definition at line 87 of file Draw.cc.


Variable Documentation

Int scRenderSteps = 10

Definition at line 29 of file Draw.h.


Generated at Sat Aug 5 00:16:58 2000 for Graphics Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000