gradient_paint.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038 #pragma once
00039 
00040 // Dependency:
00041 #include "../glm.hpp"
00042 #include "../gtx/optimum_pow.hpp"
00043 
00044 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
00045 #       pragma message("GLM: GLM_GTX_gradient_paint extension included")
00046 #endif
00047 
00048 namespace glm
00049 {
00052 
00055         template <typename T, precision P>
00056         GLM_FUNC_DECL T radialGradient(
00057                 detail::tvec2<T, P> const & Center,
00058                 T const & Radius,
00059                 detail::tvec2<T, P> const & Focal,
00060                 detail::tvec2<T, P> const & Position);
00061 
00064         template <typename T, precision P>
00065         GLM_FUNC_DECL T linearGradient(
00066                 detail::tvec2<T, P> const & Point0,
00067                 detail::tvec2<T, P> const & Point1,
00068                 detail::tvec2<T, P> const & Position);
00069 
00071 }// namespace glm
00072 
00073 #include "gradient_paint.inl"


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:16