src/basics.cpp

changeset 1145
02264bf0108d
parent 1086
621c2e5853bb
child 1147
a26568aa3cce
equal deleted inserted replaced
1144:4f226fd97826 1145:02264bf0108d
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) :

mercurial