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 GuidingLinesShader:
Public Member Functions | |
GuidingLinesShader (float iOffset) | |
virtual void | shade (Stroke &stroke) const |
GuidingLinesShader | ( | float | iOffset | ) | [inline] |
Builds a Guiding Lines shader
iOffset | The line that replaces the stroke is initially in the middle of the initial stroke "bbox". iOffset is the value of the displacement which is applied to this line along its normal. |
virtual void shade | ( | Stroke & | stroke | ) | const [virtual] |
The shading method
Reimplemented from StrokeShader.