1#ifndef IGL_ICOSAHEDRON_H
2#define IGL_ICOSAHEDRON_H
12 template <
typename DerivedV,
typename DerivedF>
14 Eigen::PlainObjectBase<DerivedV> & V,
15 Eigen::PlainObjectBase<DerivedF> & F);
18#ifndef IGL_STATIC_LIBRARY
19# include "icosahedron.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void icosahedron(Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
Construct a icosahedron with radius 1 centered at the origin.