WallLine Class Reference

#include <Wall.h>

Inheritance diagram for WallLine:

Inheritance graph
[legend]
Collaboration diagram for WallLine:

Collaboration graph
[legend]

Public Member Functions

 WallLine (const Vector2D &sp, const Vector2D &d, const double len, const double th, const double b_c, const double hardn)
 ~WallLine ()

Constructor & Destructor Documentation

WallLine::WallLine const Vector2D sp,
const Vector2D d,
const double  len,
const double  th,
const double  b_c,
const double  hardn
[inline]
 

Definition at line 47 of file Wall.h.

00048                                                  : Line(sp, d, len, th) 
00049     { bounce_coeff = b_c; hardness_coeff = hardn; }

WallLine::~WallLine  )  [inline]
 

Definition at line 50 of file Wall.h.

00050 {}


The documentation for this class was generated from the following file:
Generated on Fri Oct 15 15:51:59 2004 for Real Time Battle by  doxygen 1.3.9.1