Searched defs:vertices (Results 1 – 4 of 4) sorted by relevance
20 const std::vector<Eigen::Vector3f>& vertices() const { return mVertices; } in vertices() function
100 static float vertices[][3] = { in drawUnitCube() local
239 static const GLfloat vertices[] = { in SetupVertexAttributes() local
130 std::vector<Vertex> vertices = {{{std::sin(alpha), 1.0f, -std::cos(alpha)}, {1.0f, 0.0f, 0.0f}}, variable