QVector3D

Binding for C++ class QVector3D.

Constructors

this
this(qt.core.namespace.Initialization )
Undocumented in source.
this
this(float xpos, float ypos, float zpos)
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.
project
QVector3D project(const(QMatrix4x4) modelView, const(QMatrix4x4) projection, const(QRect) viewport)
Undocumented in source.
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.
toVector4D
QVector4D toVector4D()
Undocumented in source. Be warned that the author may not have intended to support it.
unproject
QVector3D unproject(const(QMatrix4x4) modelView, const(QMatrix4x4) projection, const(QRect) viewport)
Undocumented in source.
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

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

Meta