Qt3D
The QML global object Qt3D provides useful functions for 3D applications. More...
Inherits QtObject
Methods
- matrix4x4(real m11, real m12, real m13, real m14, real m21, real m22, real m23, real m24, real m31, real m32, real m33, real m34, real m41, real m42, real m43, real m44)
- quaternion(real scalar, real x, real y, real z)
- vector2d(real x, real y)
- vector4d(real x, real y, real z, real w)
Detailed Description
Method Documentation
Qt3D::matrix4x4(real m11, real m12, real m13, real m14, real m21, real m22, real m23, real m24, real m31, real m32, real m33, real m34, real m41, real m42, real m43, real m44) |
Returns a Matrix4x4 with the specified 16 components, which are specified in row-major order.
Returns a Quaternion with the specified scalar, x, y, and z.
Returns a Vector2D with the specified x and y.
Returns a Vector4D with the specified x, y, z, and w.
|