Home | History | Annotate | Download | only in smoke

Lines Matching refs:Position

30     struct Position {
50 // Position + Normal
69 // Position
102 positions_.emplace_back(Position{ v[0], v[1], v[2] });
125 const Position &pos = positions_[i];
158 std::vector<Position> positions_;
168 // position normal
208 // position normal
293 const Mesh::Position &pos_a = mesh_.positions_[a];
294 const Mesh::Position &pos_b = mesh_.positions_[b];
295 Mesh::Position pos_mid = {
335 Mesh::Position translate;
340 mesh.positions_.emplace_back(Mesh::Position{
363 Mesh::Position &translate, float &scale)