diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/Cruller.m4')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuit-macros/examples/Cruller.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/Cruller.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/Cruller.m4 index dce4f3aa878..d2c215ae133 100644 --- a/Master/texmf-dist/doc/latex/circuit-macros/examples/Cruller.m4 +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/Cruller.m4 @@ -52,10 +52,10 @@ thinlines_ rgbtohsv(0.6,0.4,0,h,s,v) for i = 1 to n do { tc = t[ix[i]]; sc = s[ix[i]] - SE: (project(cruller(tc+dt/2,sc-ds/2))) - SW: (project(cruller(tc-dt/2,sc-ds/2))) - NW: (project(cruller(tc-dt/2,sc+ds/2))) - NE: (project(cruller(tc+dt/2,sc+ds/2))) + SE: (Project(cruller(tc+dt/2,sc-ds/2))) + SW: (Project(cruller(tc-dt/2,sc-ds/2))) + NW: (Project(cruller(tc-dt/2,sc+ds/2))) + NE: (Project(cruller(tc+dt/2,sc+ds/2))) f = ((dcosine3D(3,cruller(tc,sc))/2.25+1)/2)^2 hsvtorgb(h,(1-f)*s,1,r,g,b) line outlined rgbstring(r,g,b) shaded rgbstring(r,g,b) ifpdf( invis ) \ |