Searched defs:HeightMapData (Results 1 – 1 of 1) sorted by relevance
36 struct HeightMapData struct in STKParticle38 const std::vector<std::vector<float> > m_array;39 const float m_x;40 const float m_z;41 const float m_x_len;42 const float m_z_len;44 HeightMapData(std::vector<std::vector<float> >& array, in HeightMapData() function