Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Class Members

2D


Detailed Description

Classes to aide the drawing of simple, 2D objects.


Classes

class  Circle2D
 A two-dimensional circle. More...
class  Rectangle2D
 A two-dimensional rectangle. More...
class  Shape2D
 Abstract base class representing a 2D object. More...
class  Triangle2D
 A two-dimensional triangle. More...

Variables

const Vec LVT::COLOR_AQUA = Vec(0, 1, 1)
 Pre-defined color constants: aqua.
const Vec LVT::COLOR_BLACK = Vec(0, 0, 0)
 Pre-defined color constants: black.
const Vec LVT::COLOR_BLUE = Vec(0, 0, 1)
 Pre-defined color constants: blue.
const Vec LVT::COLOR_FUCHSIA = Vec(1, 0, 1)
 Pre-defined color constants: fuchsia.
const Vec LVT::COLOR_GRAY = Vec(0.5f, 0.5f, 0.5f)
 Pre-defined color constants: gray.
const Vec LVT::COLOR_GREEN = Vec(0, 0.5f, 0)
 Pre-defined color constants: green.
const Vec LVT::COLOR_LIME = Vec(0, 1, 0)
 Pre-defined color constants: lime.
const Vec LVT::COLOR_MAROON = Vec(0.5f, 0, 0)
 Pre-defined color constants: maroon.
const Vec LVT::COLOR_NAVY = Vec(0, 0, 0.5f)
 Pre-defined color constants: navy.
const Vec LVT::COLOR_OLIVE = Vec(0.5f, 0.5f, 0)
 Pre-defined color constants: olive.
const Vec LVT::COLOR_PURPLE = Vec(0.5f, 0, 0.5f)
 Pre-defined color constants: purple.
const Vec LVT::COLOR_RED = Vec(1, 0, 0)
 Pre-defined color constants: red.
const Vec LVT::COLOR_SILVER = Vec(0.75f, 0.75f, 0.75f)
 Pre-defined color constants: silver.
const Vec LVT::COLOR_TEAL = Vec(0, 0.5f, 0.5f)
 Pre-defined color constants: teal.
const Vec LVT::COLOR_WHITE = Vec(1, 1, 1)
 Pre-defined color constants: white.
const Vec LVT::COLOR_YELLOW = Vec(1, 1, 0)
 Pre-defined color constants: yellow.


Variable Documentation

const Vec COLOR_AQUA = Vec(0, 1, 1)
 

Pre-defined color constants: aqua.

const Vec COLOR_BLACK = Vec(0, 0, 0)
 

Pre-defined color constants: black.

const Vec COLOR_BLUE = Vec(0, 0, 1)
 

Pre-defined color constants: blue.

const Vec COLOR_FUCHSIA = Vec(1, 0, 1)
 

Pre-defined color constants: fuchsia.

const Vec COLOR_GRAY = Vec(0.5f, 0.5f, 0.5f)
 

Pre-defined color constants: gray.

const Vec COLOR_GREEN = Vec(0, 0.5f, 0)
 

Pre-defined color constants: green.

const Vec COLOR_LIME = Vec(0, 1, 0)
 

Pre-defined color constants: lime.

const Vec COLOR_MAROON = Vec(0.5f, 0, 0)
 

Pre-defined color constants: maroon.

const Vec COLOR_NAVY = Vec(0, 0, 0.5f)
 

Pre-defined color constants: navy.

const Vec COLOR_OLIVE = Vec(0.5f, 0.5f, 0)
 

Pre-defined color constants: olive.

const Vec COLOR_PURPLE = Vec(0.5f, 0, 0.5f)
 

Pre-defined color constants: purple.

const Vec COLOR_RED = Vec(1, 0, 0)
 

Pre-defined color constants: red.

const Vec COLOR_SILVER = Vec(0.75f, 0.75f, 0.75f)
 

Pre-defined color constants: silver.

const Vec COLOR_TEAL = Vec(0, 0.5f, 0.5f)
 

Pre-defined color constants: teal.

const Vec COLOR_WHITE = Vec(1, 1, 1)
 

Pre-defined color constants: white.

const Vec COLOR_YELLOW = Vec(1, 1, 0)
 

Pre-defined color constants: yellow.


Generated on Thu Feb 17 09:45:47 2005 for liblvt by  doxygen 1.4.1