X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FOp.pm;h=c7229c05db45ab6cbe18948236383f20443c0a8f;hb=09672e9c20f667050359f33e3ac4ac9c923a3132;hp=c7b6b57bebe97a9b0f8f83dc8069c686269f2d5b;hpb=e6c6fbca8df4f8df7bbce2eb98dd260ed51d9141;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Op.pm b/lib/LaTeX/TikZ/Set/Op.pm index c7b6b57..c7229c0 100644 --- a/lib/LaTeX/TikZ/Set/Op.pm +++ b/lib/LaTeX/TikZ/Set/Op.pm @@ -41,7 +41,9 @@ This method is required by the interface : =item * -C +C + +Returns the TikZ code that builds a path out of the current set object as a string formatted by the L object C<$formatter>. =back @@ -61,6 +63,10 @@ sub draw { [ "\\draw " . $set->path(@_) . ' ;' ]; } +=head1 SEE ALSO + +L, L. + =head1 AUTHOR Vincent Pit, C<< >>, L.