CNiPlot3D::Plot3DCurve

3D Graph

Class
CNiPlot3D::
Plot3DCurve()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: Plot3DCurveNext page: Plot3DMesh    
Public Function Declared in:
NiPlot3d.h

'Declaration' icon -- Shortcut to top of page. Declaration

void Plot3DCurve(
    const CNiVector& x,
    const CNiVector& y,
    const CNiVector& z);

'Description' icon -- Shortcut to top of page. Description

Plots a set of vectors as a parametric curve plot.

Notes:

1. The corresponding elements of each vector, x, y, and z, are used to create the vertices of the parametric curve plot.

2. See the CNiPlot3D overview for information about using date/time values.

Shortcut to top of page. Parameters

const CNiVector& x

x data to plot.

const CNiVector& y

y data to plot.

const CNiVector& z

z data to plot.

'See Also' icon -- Shortcut to top of page. See Also