h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <BasicStrokeShaders.h>
Inheritance diagram for TipRemoverShader:
Public Member Functions | |
TipRemoverShader (real tipLength) | |
virtual | ~TipRemoverShader () |
virtual void | shade (Stroke &stroke) const |
TipRemoverShader | ( | real | tipLength | ) |
Builds the shader.
tipLength | The length of the piece of stroke we want to remove at each extremity. |
virtual ~TipRemoverShader | ( | ) | [inline, virtual] |
Destructor.
virtual void shade | ( | Stroke & | stroke | ) | const [virtual] |
The shading method
Reimplemented from StrokeShader.