1#ifndef IGL_ICOSAHEDRON_H 
    2#define IGL_ICOSAHEDRON_H 
   13  template <
typename DerivedV, 
typename DerivedF>
 
   15    Eigen::PlainObjectBase<DerivedV> & V,
 
   16    Eigen::PlainObjectBase<DerivedF> & F);
 
   19#ifndef IGL_STATIC_LIBRARY 
   20#  include "icosahedron.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void icosahedron(Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)