Function GLVertex from qtopengl
Brief description
GLVertex(x:double,y:double,z:double):GLVertex
Creates a new vertex from its coordinates More ...
Function information
| Name: | GLVertex |
| Base: | GLVertex |
| Group: | Qt plugins:OpenGL primitives |
| Icon: | opengl.png |
| Color: | darkGreen |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a new vertex from its coordinates
Input parameters
-
x:
double
- X-Coordinate
-
y:
double
- Y-Coordinate
-
z:
double
- Z-Coordinate
Return values
-
Default return value:
GLVertex
- Created point
