PSYQO SDK
psyqo::Prim::PolyLine
Class template
Class template
The primitive used to draw a polyline.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "psyqo/primitives/lines.hh"
psyqo::Prim::PolyLine& value = /* obtain a valid instance from your game */;Fields and constants
Public methods
PolyLine<N>Constructs `psyqo::Prim::PolyLine` for typed PlayStation GPU primitives.constructorsetColorSets color as part of typed PlayStation GPU primitives.MethodsetOpaqueSets opaque as part of typed PlayStation GPU primitives.MethodsetSemiTransSets semi trans as part of typed PlayStation GPU primitives.Method