libigl v2.5.0
Loading...
Searching...
No Matches
icosahedron.h
Go to the documentation of this file.
1#ifndef IGL_ICOSAHEDRON_H
2#define IGL_ICOSAHEDRON_H
3#include "igl_inline.h"
4#include <Eigen/Core>
5
6namespace igl
7{
12 template <typename DerivedV, typename DerivedF>
14 Eigen::PlainObjectBase<DerivedV> & V,
15 Eigen::PlainObjectBase<DerivedF> & F);
16}
17
18#ifndef IGL_STATIC_LIBRARY
19# include "icosahedron.cpp"
20#endif
21
22#endif
23
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:18
void icosahedron(Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
Construct a icosahedron with radius 1 centered at the origin.