Nugget
|
#include <psyqo/primitives/lines.hh>
Public Member Functions | |
Line () | |
Line (Color c) | |
Line & | setColor (Color c) |
Line & | setOpaque () |
Line & | setSemiTrans () |
Public Attributes | |
Vertex | pointA |
Vertex | pointB |
The Line primitive.
The Line primitive will draw a single, flat-colored segment. It will be drawn between the pointA
and pointB
vertices.
|
inline |
|
inline |
|
inline |
|
inline |
Vertex psyqo::Prim::Line::pointA |
Vertex psyqo::Prim::Line::pointB |