#include <vertex.hh>
Public Member Functions | |
| vertex_with_rotation_translation (const glm::vec3 &p, const glm::vec3 &n, const glm::vec4 &c) | |
| constructor | |
| vertex_with_rotation_translation (const vnc_vertex &v, const glm::vec3 &atom_position, float scale) | |
| constructor | |
| vertex_with_rotation_translation () | |
| constructor | |
Public Attributes | |
| glm::mat3 | model_rotation_matrix |
| glm::vec3 | model_translation |
| glm::vec3 | pos |
| glm::vec3 | normal |
| glm::vec4 | colour |
20230108-PE copied from generic-vertex.hh (then edited).
vertex with rotation and translation (e.g. for oriented bonds)