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. |
|
Pre-defined color constants: aqua.
|
|
Pre-defined color constants: black.
|
|
Pre-defined color constants: blue.
|
|
Pre-defined color constants: fuchsia.
|
|
Pre-defined color constants: gray.
|
|
Pre-defined color constants: green.
|
|
Pre-defined color constants: lime.
|
|
Pre-defined color constants: maroon.
|
|
Pre-defined color constants: navy.
|
|
Pre-defined color constants: olive.
|
|
Pre-defined color constants: purple.
|
|
Pre-defined color constants: red.
|
|
Pre-defined color constants: silver.
|
|
Pre-defined color constants: teal.
|
|
Pre-defined color constants: white.
|
|
Pre-defined color constants: yellow.
|