< OpenGL vertex. Used to cache vertices prior rendering More...
#include <scalar_view.h>
Public Member Functions | |
| GLVertex2 () | |
| GLVertex2 (float x, float y, float coord) | |
Public Attributes | |
| float | x |
| float | y |
| float | coord |
Static Public Attributes | |
| static const size_t | H2D_OFFSETOF_COORD = 2*sizeof(float) |
| Offset of coordinate. | |
< OpenGL vertex. Used to cache vertices prior rendering
| ScalarView::GLVertex2::GLVertex2 | ( | ) | [inline] |
| ScalarView::GLVertex2::GLVertex2 | ( | float | x, | |
| float | y, | |||
| float | coord | |||
| ) | [inline] |
const size_t ScalarView::GLVertex2::H2D_OFFSETOF_COORD = 2*sizeof(float) [static] |
Offset of coordinate.
| float ScalarView::GLVertex2::x |
| float ScalarView::GLVertex2::y |
1.6.3