![]() |
Plot3DSimpleSurface()








Public Function |
Declared in: NiPlot3d.h |
Declaration
void Plot3DSimpleSurface( const CNiMatrix& Z);
Description
Plots a matrix of data as a simple surface plot.
Notes:
1. The matrix provides the Z data for the surface while the indices provide the X-Y coordinate data.
2. See the CNiPlot3D overview for information about using date/time values.
Parameters
const CNiMatrix& Z
Z data to plot.