|
650f8d6de1
|
Replace vector.hpp with vectorwrapper
|
2016-11-02 18:37:45 +01:00 |
|
|
5a71b943b2
|
Merge branch 'dev'
Conflicts:
src/line.hpp
src/platformset.cpp
src/vector.hpp
|
2014-08-25 17:41:06 +02:00 |
|
|
c4fbdd8e16
|
Add a constructor to make a Line from x1,y1-x2,y2 coordinates.
Also allow to retrieve the internal points using the [] operator.
|
2014-08-22 10:50:50 +02:00 |
|
|
f300c94924
|
Allow scaling lines by a 2D vector ie: non-homogeneous scaling.
|
2014-08-19 21:48:41 +02:00 |
|
|
4e89878eb4
|
Replace __attribute__ keywords with a macro to improve compiler compatibility.
|
2014-08-14 12:00:04 +02:00 |
|
|
c12a6407d9
|
Bugfix in Line class.
A constructor was wrong and the loop was wrong as well.
|
2014-08-01 16:42:42 +02:00 |
|
|
54e8a27709
|
Working on the collision classes.
|
2014-07-28 11:00:55 +02:00 |
|
|
06e3bfdeb7
|
New Line class and related algorithms and functions.
|
2014-07-16 23:42:37 +02:00 |
|