blob: 5a949515ed231c68b5168c2f79ebfea631328912 [file] [log] [blame]
import QtQuick 2.0
QtObject {
property variant test1: Qt.vector3d(1, 0, 0.9);
property variant test2: Qt.vector3d(102, -10, -982.1);
property variant test3: Qt.vector3d(102, -10);
property variant test4: Qt.vector3d(102, -10, -982.1, 10);
}