Lines Matching refs:Position
36 struct Position {
56 // Position + Normal
75 // Position
108 positions_.emplace_back(Position{ v[0], v[1], v[2] });
131 const Position &pos = positions_[i];
164 std::vector<Position> positions_;
174 // position normal
214 // position normal
299 const Mesh::Position &pos_a = mesh_.positions_[a];
300 const Mesh::Position &pos_b = mesh_.positions_[b];
301 Mesh::Position pos_mid = {
341 Mesh::Position translate;
346 mesh.positions_.emplace_back(Mesh::Position{
369 Mesh::Position &translate, float &scale)