GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | Static Public Attributes | List of all members
gl3::VertexNormColor Struct Reference

#include <types.hpp>

Collaboration diagram for gl3::VertexNormColor:
[legend]

Public Attributes

std::array< float, 3 > coord
 
std::array< float, 3 > norm
 
std::array< uint8_t, 4 > color
 

Static Public Attributes

static const int layout = LAYOUT_VTX_NORMAL_COLOR
 

Detailed Description

Definition at line 238 of file types.hpp.

Member Data Documentation

std::array<uint8_t, 4> gl3::VertexNormColor::color

Definition at line 242 of file types.hpp.

std::array<float, 3> gl3::VertexNormColor::coord

Definition at line 240 of file types.hpp.

const int gl3::VertexNormColor::layout = LAYOUT_VTX_NORMAL_COLOR
static

Definition at line 244 of file types.hpp.

std::array<float, 3> gl3::VertexNormColor::norm

Definition at line 241 of file types.hpp.


The documentation for this struct was generated from the following file: