| 176 | } |
| 177 | |
| 178 | static void IndexToData(int * piFace, int * piVert, const int iIndexIn) |
| 179 | { |
| 180 | piVert[0] = iIndexIn&0x3; |
| 181 | piFace[0] = iIndexIn>>2; |
| 182 | } |
| 183 | |
| 184 | static STSpace AvgTSpace(const STSpace * pTS0, const STSpace * pTS1) |
| 185 | { |
no outgoing calls
no test coverage detected