.\" This page was automatically generated. Do not edit! .\" .TH PLLINE3 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplline3\fP - Draw a line in 3 space .SH SYNOPSIS \fBplline3\fP(\fIn\fP, \fIx\fP, \fIy\fP, \fIz\fP) .SH DESCRIPTION .P Draws line in 3 space defined by \fIn\fP points in \fIx\fP, \fIy\fP, and \fIz\fP. You must first set up the viewport, the 2d viewing window (in world coordinates), and the 3d normalized coordinate box. See x18c.c for more info. .P Redacted form: \fBplline3(x, y, z)\fP .P This function is used in example 18. .SH ARGUMENTS .TP \fIn\fP (PLINT, input) Number of points defining line. .TP \fIx\fP (PLFLT *, input) Pointer to array with x coordinates of points. .TP \fIy\fP (PLFLT *, input) Pointer to array with y coordinates of points. .TP \fIz\fP (PLFLT *, input) Pointer to array with z coordinates of points. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.