|
sKit
0.0.9
|
#include <shapes.hpp>
Public Attributes | |
| std::vector< T > | vertices |
| std::vector< U > | indices |
| T | Vertex type: SDL_Vertex, glm::vec2, glm::vec3 |
| U | Index type: int, uint16_t, uint32_t, Uint16, Uint32 |
Definition at line 18 of file shapes.hpp.
| std::vector<U> sKit::geom::Geometry< T, U >::indices |
Definition at line 20 of file shapes.hpp.
| std::vector<T> sKit::geom::Geometry< T, U >::vertices |
Definition at line 19 of file shapes.hpp.
Referenced by sKit::geom::arc().