Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dcolourset.h42 Vec3 const* GetPoints() const { return m_points; } in GetPoints()
50 Vec3 m_points[16]; variable
H A Dcolourset.cpp72 m_points[m_count] = Vec3( x, y, z ); in ColourSet()