Nugget
|
The primitive used to draw a polyline. More...
#include <psyqo/primitives/lines.hh>
Public Member Functions | |
PolyLine () | |
PolyLine (Color c) | |
PolyLine & | setColor (Color c) |
PolyLine & | setOpaque () |
PolyLine & | setSemiTrans () |
Public Attributes | |
eastl::array< Vertex, N+1 > | points |
The primitive used to draw a polyline.
This primitive is used to draw a flat-color polyline. This variant of the primitive is used when the number of segments in the polyline is known at compile time. If the number of segments is not known at compile time, use the PolyLineBegin
mechanism instead.
N | The number of segments in the polyline. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
eastl::array<Vertex, N + 1> psyqo::Prim::PolyLine< N >::points |