#include <BufferFillingHelper.h>
Public Attributes | |
IBuffer< float > * | buffer |
int | fillType |
int | x0 |
int | y0 |
float | v0 [2] |
int | x1 |
int | y1 |
float | v1 [2] |
int | x2 |
int | y2 |
float | v2 [2] |
int | x3 |
int | y3 |
float | v3 [2] |
IBuffer<float>* BufferFillingHelper::Quad2f::buffer |
The reference to the buffer to be filled.
The type of filling to be used for this quad.
The x-coordinate for point 0.
The y-coordinate for point 0.
float BufferFillingHelper::Quad2f::v0[2] |
The value for point 0.
The x-coordinate for point 1.
The y-coordinate for point 1.
float BufferFillingHelper::Quad2f::v1[2] |
The value for point 1.
The x-coordinate for point 2.
The y-coordinate for point 2.
float BufferFillingHelper::Quad2f::v2[2] |
The value for point 2.
The x-coordinate for point 3.
The y-coordinate for point 3.
float BufferFillingHelper::Quad2f::v3[2] |
The value for point 3.