1PLLIGHTSOURCE(3plplot) PLplot API PLLIGHTSOURCE(3plplot)
2
3
4
6 pllightsource - Sets the 3D position of the light source
7
9 pllightsource(x, y, z)
10
12 Sets the 3D position of the light source for use with plsurf3d(3plplot)
13 and plsurf3dl(3plplot)
14
15 Redacted form: pllightsource(x, y, z)
16
17 This function is used in example 8.
18
20 x (PLFLT(3plplot), input)
21 X-coordinate of the light source.
22
23 y (PLFLT(3plplot), input)
24 Y-coordinate of the light source.
25
26 z (PLFLT(3plplot), input)
27 Z-coordinate of the light source.
28
29
31 Many developers (who are credited at http://plplot.source‐
32 forge.net/credits.php) have contributed to PLplot over its long his‐
33 tory.
34
36 PLplot documentation at http://plplot.sourceforge.net/documenta‐
37 tion.php.
38
39
40
41 August, 2017 PLLIGHTSOURCE(3plplot)