vcglib/apps/nexus/strip.h

13 lines
209 B
C
Raw Normal View History

2005-02-22 15:36:19 +01:00
#ifndef NXS_TRISTRIP_H
#define NXS_TRISTRIP_H
#include <vector>
namespace nxs {
void ComputeTriStrip(unsigned short nfaces, unsigned short *faces,
std::vector<unsigned short> &strip);
}
#endif