8#ifndef IGL_TRIANGLES_FROM_STRIP_H
9#define IGL_TRIANGLES_FROM_STRIP_H
19 template <
typename DerivedS,
typename DerivedF>
21 const Eigen::MatrixBase<DerivedS>& S,
22 Eigen::PlainObjectBase<DerivedF>& F);
25#ifndef IGL_STATIC_LIBRARY
26# include "triangles_from_strip.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void triangles_from_strip(const Eigen::MatrixBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedF > &F)
Create a list of triangles from a stream of indices along a strip.