ContRap
The symbolic tool for control-flow based rapid prototyping.

Function cylindricSurface from qtopengl
Brief description

cylindricSurface(function:):GLSurface

Creates a cylindric surface from a surface generating function More ...

Function information
Name: cylindricSurface
Base:
Group: Qt plugins:OpenGL surfaces
Icon: opengl.png
Color: darkGreen
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Creates a cylindric surface from a surface generating function. The coordinates are in cylindric coordinate system: The first parameter is the height and the second parameter is the angle around the height axis in radian. The result of the function is the distance of the surface point from the height axis.

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.