#include <vertexarray.h>
Definition at line 29 of file vertexarray.h.
◆ addQuad()
void VertexArray::addQuad |
( |
const Rect & |
rect | ) |
|
|
inline |
◆ addRect()
void VertexArray::addRect |
( |
const Rect & |
rect | ) |
|
|
inline |
◆ addTriangle()
void VertexArray::addTriangle |
( |
const Point & |
a, |
|
|
const Point & |
b, |
|
|
const Point & |
c |
|
) |
| |
|
inline |
◆ addUpsideDownQuad()
void VertexArray::addUpsideDownQuad |
( |
const Rect & |
rect | ) |
|
|
inline |
◆ addVertex()
void VertexArray::addVertex |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inline |
◆ clear()
void VertexArray::clear |
( |
| ) |
|
|
inline |
◆ size()
int VertexArray::size |
( |
| ) |
const |
|
inline |
◆ vertexCount()
int VertexArray::vertexCount |
( |
| ) |
const |
|
inline |
◆ vertices()
float* VertexArray::vertices |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: