Searched refs:m_line_strip (Results 1 – 2 of 2) sorted by relevance
525 test_data.m_grid->m_line_strip.m_n_points = test_data.m_grid->m_n_points + 2; in createGridLineStrip()526 …test_data.m_grid->m_line_strip.m_points = new AdjacencyGridPoint[test_data.m_grid->m_line_strip.… in createGridLineStrip()528 memset(test_data.m_grid->m_line_strip.m_points, 0, in createGridLineStrip()529 sizeof(AdjacencyGridPoint) * test_data.m_grid->m_line_strip.m_n_points); in createGridLineStrip()531 for (unsigned int n = 0; n < test_data.m_grid->m_line_strip.m_n_points; ++n) in createGridLineStrip()533 AdjacencyGridPoint* pointPtr = test_data.m_grid->m_line_strip.m_points + n; in createGridLineStrip()545 if (n == (test_data.m_grid->m_line_strip.m_n_points - 1)) in createGridLineStrip()844 test_data.m_n_vertices = test_data.m_grid->m_line_strip.m_n_points; in setLineStripPointsNonindiced()862 *travellerPtr = test_data.m_grid->m_line_strip.m_points[n].x; in setLineStripPointsNonindiced()864 *travellerPtr = test_data.m_grid->m_line_strip.m_points[n].y; in setLineStripPointsNonindiced()[all …]
258 AdjacencyGridStrip m_line_strip; member in glcts::AdjacencyGrid