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.org/credits.php)
32 have contributed to PLplot over its long history.
33
35 PLplot documentation at http://plplot.org/documentation.php.
36
37
38
39 November, 2019 PLLIGHTSOURCE(3plplot)