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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename L, typename S, typename H, typename T>
void igl::colon (const L low, const S step, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I)
 Colon operator like matlab's colon operator.
template<typename L, typename H, typename T>
void igl::colon (const L low, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I)
 Colon operator like matlab's colon operator.