QVector4D

Binding for C++ class QVector4D.

Constructors

this
this(qt.core.namespace.Initialization )
Undocumented in source.
this
this(float xpos, float ypos, float zpos, float wpos)
Undocumented in source.
this
this(QPoint point)
Undocumented in source.
this
this(QPointF point)
Undocumented in source.

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
setW
void setW(float aW)
Undocumented in source. Be warned that the author may not have intended to support it.
setX
void setX(float aX)
Undocumented in source. Be warned that the author may not have intended to support it.
setY
void setY(float aY)
Undocumented in source. Be warned that the author may not have intended to support it.
setZ
void setZ(float aZ)
Undocumented in source. Be warned that the author may not have intended to support it.
toPoint
QPoint toPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
toPointF
QPointF toPointF()
Undocumented in source. Be warned that the author may not have intended to support it.
toVector2D
QVector2D toVector2D()
Undocumented in source. Be warned that the author may not have intended to support it.
toVector2DAffine
QVector2D toVector2DAffine()
Undocumented in source. Be warned that the author may not have intended to support it.
toVector3D
QVector3D toVector3D()
Undocumented in source. Be warned that the author may not have intended to support it.
toVector3DAffine
QVector3D toVector3DAffine()
Undocumented in source. Be warned that the author may not have intended to support it.
w
float w()
Undocumented in source. Be warned that the author may not have intended to support it.
x
float x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
float y()
Undocumented in source. Be warned that the author may not have intended to support it.
z
float z()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dotProduct
float dotProduct(QVector4D v1, QVector4D v2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta