#include <qgl2pexvertexarray_p.h>
Definition at line 64 of file qgl2pexvertexarray_p.h.
◆ QGLPoint() [1/3]
QGLPoint::QGLPoint |
( |
GLfloat |
new_x, |
|
|
GLfloat |
new_y |
|
) |
| |
|
inline |
◆ QGLPoint() [2/3]
QGLPoint::QGLPoint |
( |
const QPointF & |
p | ) |
|
|
inline |
Definition at line 70 of file qgl2pexvertexarray_p.h.
71 x(p.
x()),
y(p.
y()) {};
qreal x() const
Returns the x-coordinate of this point.
qreal y() const
Returns the y-coordinate of this point.
◆ QGLPoint() [3/3]
QGLPoint::QGLPoint |
( |
const QPointF * |
p | ) |
|
|
inline |
Definition at line 73 of file qgl2pexvertexarray_p.h.
74 x(p->
x()),
y(p->
y()) {};
qreal x() const
Returns the x-coordinate of this point.
qreal y() const
Returns the y-coordinate of this point.
◆ operator QPointF() [1/2]
Definition at line 79 of file qgl2pexvertexarray_p.h.
The QPointF class defines a point in the plane using floating point precision.
◆ operator QPointF() [2/2]
QGLPoint::operator QPointF |
( |
| ) |
const |
|
inline |
Definition at line 80 of file qgl2pexvertexarray_p.h.
The QPointF class defines a point in the plane using floating point precision.
The documentation for this class was generated from the following file: