Mercurial > hg > wabletios
comparison mesh.h @ 3:d346ddc50f70
Vectorised a few things. Fiddled with new mesh creator... not solved much.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 07 Dec 2012 19:20:57 +0000 |
parents | c667dfe12d47 |
children | 79c7cf39a0a0 |
comparison
equal
deleted
inserted
replaced
2:0aab7a1d3c77 | 3:d346ddc50f70 |
---|---|
30 | 30 |
31 int numLumps; | 31 int numLumps; |
32 int numSprings; | 32 int numSprings; |
33 | 33 |
34 Lump *lumps; | 34 Lump *lumps; |
35 Spring *springs; | 35 |
36 ScanPath* scanPath; | 36 vector<Spring> springs; |
37 //Spring *springs; | |
37 | 38 |
38 TwoVector centre; | 39 TwoVector centre; |
39 | 40 |
40 | 41 |
41 // modes | 42 // modes |