libigl v2.5.0
Loading...
Searching...
No Matches
triangles_from_strip.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "triangles_from_strip.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedS , typename DerivedF >
void igl::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.