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

#include <renderer.hpp>

Public Member Functions

 FeedbackVertex ()=default
 
 FeedbackVertex (glm::vec3 pos, glm::vec4 c)
 
 FeedbackVertex (glm::vec4 pos, glm::vec4 c)
 

Public Attributes

glm::vec3 position
 
glm::vec4 color
 

Detailed Description

Definition at line 66 of file renderer.hpp.

Constructor & Destructor Documentation

gl3::FeedbackVertex::FeedbackVertex ( )
default
gl3::FeedbackVertex::FeedbackVertex ( glm::vec3  pos,
glm::vec4  c 
)
inline

Definition at line 72 of file renderer.hpp.

gl3::FeedbackVertex::FeedbackVertex ( glm::vec4  pos,
glm::vec4  c 
)
inline

Definition at line 74 of file renderer.hpp.

Member Data Documentation

glm::vec4 gl3::FeedbackVertex::color

Definition at line 69 of file renderer.hpp.

glm::vec3 gl3::FeedbackVertex::position

Definition at line 68 of file renderer.hpp.


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