CNiPlot3D::Plot3DSurface

3D Graph

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

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

void Plot3DSurface(
    const CNiVector& x,
    const CNiVector& y,
    const CNiMatrix& Z);

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

Plots a matrix of data as a surface plot.

Notes:

1. The Z matrix provides the Z data for the surface while the x and y vectors provide the X-Y coordinate for the corresponding point in the Z matrix.

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 CNiMatrix& Z

Z data to plot.

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