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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF >
void igl::cylinder (const int axis_devisions, const int height_devisions, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
 Construct a triangle mesh of a cylinder (without caps)