Lines Matching refs:Position
30 struct Position {
49 // Position + Normal
66 // Position
94 positions_.emplace_back(Position{v[0], v[1], v[2]});
109 const Position &pos = positions_[i];
135 std::vector<Position> positions_;
144 // position normal
174 // position normal
280 const Mesh::Position &pos_a = mesh_.positions_[a];
281 const Mesh::Position &pos_b = mesh_.positions_[b];
282 Mesh::Position pos_mid = {
317 Mesh::Position translate;
322 mesh.positions_.emplace_back(Mesh::Position{
337 void get_transform(const float *positions, int position_count, Mesh::Position &translate, float &scale) {