Rendering in 3D▲
- 
					
QGenericMatrix: The QGenericMatrix class is a template class that represents a NxM transformation matrix with N columns and M rows.
 - 
					
QMatrix4x4: The QMatrix4x4 class represents a 4x4 transformation matrix in 3D space.
 - 
					
QOpenGLExtraFunctions: The QOpenGLExtraFunctions class provides cross-platform access to the OpenGL ES 3.0, 3.1 and 3.2 API.
 - 
					
QOpenGLFunctions: The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.
 - 
					
QQuaternion: The QQuaternion class represents a quaternion consisting of a vector and scalar.
 - 
					
QVector2D: The QVector2D class represents a vector or vertex in 2D space.
 - 
					
QVector3D: The QVector3D class represents a vector or vertex in 3D space.
 - 
					
QVector4D: The QVector4D class represents a vector or vertex in 4D space.
 


