| 
    libigl v2.5.0
    
   | 
 
Go to the source code of this file.
Namespaces | |
| namespace | igl | 
Functions | |
| template<typename T > | |
| void | igl::jet (const T f, T *rgb) | 
| Jet colormap like MATLAB's jet.   | |
| template<typename T > | |
| void | igl::jet (const T f, T &r, T &g, T &b) | 
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.   | |
| template<typename DerivedZ , typename DerivedC > | |
| void | igl::jet (const Eigen::MatrixBase< DerivedZ > &Z, const bool normalize, Eigen::PlainObjectBase< DerivedC > &C) | 
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.   | |
| template<typename DerivedZ , typename DerivedC > | |
| void | igl::jet (const Eigen::MatrixBase< DerivedZ > &Z, const double min_Z, const double max_Z, Eigen::PlainObjectBase< DerivedC > &C) | 
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.   | |