Stellarium 0.12.3
|
Vertex with only a 2D position. More...
#include <GenericVertexTypes.hpp>
Public Member Functions | |
VertexP2 (const Vec2f position) | |
Construct from a 2D position. More... | |
VertexP2 (const float x, const float y) | |
Construct from X and Y coordinates. More... | |
VERTEX_ATTRIBUTES (Vec2f Position) | |
Public Attributes | |
Vec2f | position |
Vertex with only a 2D position.
Definition at line 27 of file GenericVertexTypes.hpp.
|
inline |
Construct from a 2D position.
Definition at line 32 of file GenericVertexTypes.hpp.
|
inline |
Construct from X and Y coordinates.
Definition at line 35 of file GenericVertexTypes.hpp.