Home
last modified time | relevance | path

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

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dcursor.cxx214 …float centr2[3] = {0.0f, 0.0f, 0.0f}, centr3[3] = {0.0f, 0.0f, 0.0f}, centr4[3] = {0.0f,0.0f,0.0f}; in update_cursor_window() local
351 centr3[0] = (o_vert[3 * cur_atom[lastatom]] + o_vert[3 * cur_atom[lastatom - 1]] in update_cursor_window()
353 centr3[1] = (o_vert[3 * cur_atom[lastatom] + 1] + o_vert[3 * cur_atom[lastatom - 1] + 1] in update_cursor_window()
355 centr3[2] = (o_vert[3 * cur_atom[lastatom] + 2] + o_vert[3 * cur_atom[lastatom - 1] + 2] in update_cursor_window()
382 centr3[0], centr3[1], centr3[2]); in update_cursor_window()