![]() |
Plot3DCurve()








Public Function |
Declared in: NiPlot3d.h |
Declaration
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.
Parameters
const CNiVector& x
const CNiVector& y
const CNiVector& z
x data to plot.
y data to plot.
z data to plot.