16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include "miscallenous.h" |
19 #include "miscallenous.h" |
20 #include "ldObject.h" |
20 #include "ldObject.h" |
21 #include "ldDocument.h" |
21 #include "lddocument.h" |
22 |
22 |
23 Vertex::Vertex() : |
23 Vertex::Vertex() : |
24 QVector3D() {} |
24 QVector3D() {} |
25 |
25 |
26 Vertex::Vertex (const QVector3D& a) : |
26 Vertex::Vertex (const QVector3D& a) : |