shapeTriangle Class Reference

#include <shapeCircle.h>

Inheritance diagram for shapeTriangle:

Inheritance graph
[legend]
Collaboration diagram for shapeTriangle:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 shapeSquare (tValue::Base() _x1, tValue::Base() _y1, tValue::Base() _x2, tValue::Base() _y2, tValue::Base() _x3, tValue::Base() _y3,)

Private Member Functions

 Base () x1
 Base () y1
 Base () x2
 Base () y2
 Base () x3
 Base () y3


Detailed Description

Definition at line 17 of file shapeCircle.h.


Member Function Documentation

shapeTriangle::Base (  )  [private]

shapeTriangle::Base (  )  [private]

shapeTriangle::Base (  )  [private]

shapeTriangle::Base (  )  [private]

shapeTriangle::Base (  )  [private]

shapeTriangle::Base (  )  [private]

shapeTriangle::shapeSquare ( tValue::Base()  _x1,
tValue::Base()  _y1,
tValue::Base()  _x2,
tValue::Base()  _y2,
tValue::Base()  _x3,
tValue::Base()  _y3 
) [inline]

Definition at line 26 of file shapeCircle.h.

00029                 :
00030             x1(_x1), y1(_y1),
00031             x2(_x2), y2(_y2),
00032             x3(_x3), y3(_y3)
00033     {};
};


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:54:46 2008 for Armagetron Advanced by  doxygen 1.5.4