#include <Wall.h>
Inheritance diagram for WallLine:


Public Member Functions | |
| WallLine (const Vector2D &sp, const Vector2D &d, const double len, const double th, const double b_c, const double hardn) | |
| ~WallLine () | |
|
||||||||||||||||||||||||||||
|
Definition at line 47 of file Wall.h. 00048 : Line(sp, d, len, th) 00049 { bounce_coeff = b_c; hardness_coeff = hardn; }
|
|
|
Definition at line 50 of file Wall.h. 00050 {}
|
1.3.9.1