Home
last modified time | relevance | path

Searched refs:pos_to_iterator (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcircuit_element.cpp227 std::map<v3POS, std::list<CircuitElement>::iterator>& pos_to_iterator, in findConnectedWithFace() argument
289 connected.push_back(std::make_pair(pos_to_iterator[next_pos], next_real_shift)); in findConnectedWithFace()
304 connected.push_back(std::make_pair(pos_to_iterator[current_pos], OPPOSITE_SHIFT(real_face_id))); in findConnectedWithFace()
H A Dcircuit_element.h99 … std::map<v3POS, std::list<CircuitElement>::iterator>& pos_to_iterator,