PSYQO SDK
psyqo::Prim::Triangle
Struct
Struct
A flat-colored triangle.
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/triangles.hh"
psyqo::Prim::Triangle value();Fields and constants
Constructors
Public methods
getColorReturns color as part of typed PlayStation GPU primitives.MethodisSemiTransReports whether semi trans as part of typed PlayStation GPU primitives.MethodsetColorSets color as part of typed PlayStation GPU primitives.MethodsetOpaqueSets opaque as part of typed PlayStation GPU primitives.MethodsetPointASets point a as part of typed PlayStation GPU primitives.MethodsetPointBSets point b as part of typed PlayStation GPU primitives.MethodsetPointCSets point c as part of typed PlayStation GPU primitives.MethodsetSemiTransSets semi trans as part of typed PlayStation GPU primitives.Method