![]() |
Plot3DMesh()








Public Function |
Declared in: NiPlot3d.h |
Declaration
Description
Plots three (or four) 1D arrays of data as a triangulated surface.
Notes:
1. The first array is the X data, the second array is the Y data, and the third array is the Z data.
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.