1314:d94cf95608ac | 1315:23d48a709ffc |
---|---|
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 #pragma once | 19 #pragma once |
20 #include "../basics.h" | 20 #include "../basics.h" |
21 #include "../types/vertex.h" | |
21 | 22 |
22 /* | 23 /* |
23 * Models a 3D line segment. | 24 * Models a 3D line segment. |
24 */ | 25 */ |
25 struct LineSegment | 26 struct LineSegment |