6 #include <PythonDVec3.h>
Class representing a vertex.
Definition: Vertex.h:14
glm::dvec3 pos
Vertex 3D position.
Definition: Vertex.h:39
glm::dvec3 normal
Vertex normal vector.
Definition: Vertex.h:43
Wrapper for Vertex class.
Definition: PyVertexWrapper.h:17
Wrapper to communicate glm::dvec3 with python.
Definition: PythonDVec3.h:16