Function GLPlane from qtopengl
Brief description
GLPlane(x:GLVertex,n:GLVertex,w:double):GLPlane
Creates a new plane primitive from its coordinates More ...
Function information
Name: | GLPlane |
Base: | GLPlane |
Group: | Qt plugins:OpenGL primitives |
Icon: | opengl.png |
Color: | darkGreen |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a new plane primitive from its coordinates
Input parameters
-
x:
GLVertex
- Position of the center point of the plane
-
n:
GLVertex
- Normal vector of the plane
-
w:
double
- Width of the visible plane rectangle
Return values
-
Default return value:
GLPlane
- Created plane