Simple++
Powerfull and lightning fast C++ Library
Graphic::GradientRadial< C, InterFunc > Member List

This is the complete list of members for Graphic::GradientRadial< C, InterFunc >, including all inherited members.

addPoint(float position, const C &color)Graphic::Gradient< C, InterFunc >
computeIndex(const Math::Vec2< float > &p, int maxIndex) const Graphic::GradientRadial< C, InterFunc >
computeIndex(const Math::Vec2< float > &p, int maxIndex, const Math::Vec2< float > &radius)Graphic::GradientRadial< C, InterFunc >static
computeInterpolation(C(&buffer)[N], const InterFunc2 &functor=InterFunc(), float begin=0.0f, float end=1.0f) const Graphic::Gradient< C, InterFunc >
computeInterpolation(C *buffer, size_t size, const InterFunc2 &functor=InterFunc(), float begin=0.0f, float end=1.0f) const Graphic::Gradient< C, InterFunc >
computeInterpolation(C *buffer, size_t size, float begin=0.0f, float end=1.0f) const Graphic::Gradient< C, InterFunc >
getCenter() const Graphic::GradientRadial< C, InterFunc >
getNumPoints() const Graphic::Gradient< C, InterFunc >
getRadius() const Graphic::GradientRadial< C, InterFunc >
Gradient(const InterFunc &functor=InterFunc())Graphic::Gradient< C, InterFunc >protected
GradientRadial(const Math::Vec2< float > &center=Math::Vec2< float >(0.5f), const Math::Vec2< float > &radius=Math::Vec2< float >(1.0f), const InterFunc &functor=InterFunc())Graphic::GradientRadial< C, InterFunc >
operator[](typename Vector< GradientPoint< C > * >::Size i)Graphic::Gradient< C, InterFunc >
operator[](typename Vector< GradientPoint< C > * >::Size i) const Graphic::Gradient< C, InterFunc >
setCenter(const Math::Vec2< float > &center)Graphic::GradientRadial< C, InterFunc >
setRadius(const Math::Vec2< float > &radius)Graphic::GradientRadial< C, InterFunc >
~Gradient()Graphic::Gradient< C, InterFunc >