Function sphericSurface from qtopengl
Brief description
sphericSurface(function:):GLSurface
Creates a spheric surface from a surface generating function More ...
Function information
Name: | sphericSurface |
Base: | |
Group: | Qt plugins:OpenGL surfaces |
Icon: | opengl.png |
Color: | darkGreen |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a spheric surface from a surface generating function. The coordinates are in spheric coordinate system.
Input parameters
-
function:
- A function with two input parameters and one output parameter. All parameters must be doubles.
Return values
-
Default return value:
GLSurface
- A surface object, which can be plotted with the OpenGL plotter.