Working on the collision classes.
This commit is contained in:
parent
63bb31e728
commit
54e8a27709
9 changed files with 330 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace cloonel {
|
|||
typedef Vector<T, S> Point;
|
||||
typedef T Scalar;
|
||||
|
||||
Line ( void ) = default;
|
||||
Line ( void ) {}
|
||||
Line ( const Line& parOther );
|
||||
Line ( const Point& parStart, const Point& parEnd );
|
||||
Line ( const Point& parStart, const Point& parDirection, Scalar parLength ) : Line(parStart, parDirection * parLength) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue