![]() |
Plot3DParametricSurface()








Public Function |
Declared in: NiPlot3d.h |
Declaration
void Plot3DParametricSurface( const CNiMatrix& X, const CNiMatrix& Y, const CNiMatrix& Z, const CNiMatrix& W);
Description
Plots a set of matrices as a parametric surface plot.
Notes:
1. The corresponding elements of each matrix, X, Y, and Z, are used to create the vertices of the parametric surface plot.
2. The W matrix provides the magnitude data, which the function uses to define the color assigned to each vertex in the plot.
3. See the CNiPlot3D overview for information about using date/time values.
Parameters
const CNiMatrix& X
const CNiMatrix& Y
const CNiMatrix& Z
const CNiMatrix& W
X data to plot.
Y data to plot.
Z data to plot.
Magnitude data.