Searched refs:pos_a (Results 1 – 1 of 1) sorted by relevance
299 const Mesh::Position &pos_a = mesh_.positions_[a]; in add_middle_point() local302 (pos_a.x + pos_b.x) / 2.0f, in add_middle_point()303 (pos_a.y + pos_b.y) / 2.0f, in add_middle_point()304 (pos_a.z + pos_b.z) / 2.0f, in add_middle_point()