Function GLLine from qtopengl
Brief description
GLLine(start:GLVertex,end:GLVertex):GLLine
Creates a new line primitive from its coordinates More ...
Function information
| Name: | GLLine |
| Base: | GLLine |
| Group: | Qt plugins:OpenGL primitives |
| Icon: | opengl.png |
| Color: | darkGreen |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a new line primitive from its coordinates
Input parameters
-
start:
GLVertex
- Vector with the start point coordinates
-
end:
GLVertex
- Vector with the end point coordinates
Return values
-
Default return value:
GLLine
- Created point
