Public Types | |
| typedef ValueType | value_type |
Public Member Functions | |
| TTPoint2D (value_type Coord1=value_type(0), value_type Coord2=value_type(0)) | |
| TTPoint2D (value_type Ro, value_type Phi, bool Polar) | |
| TTPoint2D (const TTPoint2D &Point) | |
| TTPoint2D & | operator= (const TTPoint2D &Point) |
| void | Swap (TTPoint2D &Point) |
| const value_type | Ro () const |
| const value_type | Phi () const |
| const value_type | Coord1 () const |
| const value_type | Coord2 () const |
Private Attributes | |
| value_type | coord1_ |
| value_type | coord2_ |
| typedef ValueType TTPoint2D< ValueType >::value_type |
| TTPoint2D< ValueType >::TTPoint2D | ( | value_type | Coord1 = value_type(0), |
|
| value_type | Coord2 = value_type(0) | |||
| ) |
| TTPoint2D< ValueType >::TTPoint2D | ( | value_type | Ro, | |
| value_type | Phi, | |||
| bool | Polar | |||
| ) |
| TTPoint2D< ValueType >::TTPoint2D | ( | const TTPoint2D< ValueType > & | Point | ) |
| TTPoint2D& TTPoint2D< ValueType >::operator= | ( | const TTPoint2D< ValueType > & | Point | ) |
value_type TTPoint2D< ValueType >::coord1_ [private] |
value_type TTPoint2D< ValueType >::coord2_ [private] |
1.4.7
Click here to return home page.