Public Types | |
| typedef value_type | ValueType |
Public Member Functions | |
| TTCurvyStrip () | |
| TTCurvyStrip (ValueType R, ValueType alfa, ValueType beta) | |
| void | ParaCurvyStrip (TTCurvyStrip< ValueType > Curvy, ValueType t, TTPoint2D< ValueType > &point) |
| TTPoint2D< ValueType > | CurvyPoint1 () |
| TTPoint2D< ValueType > | CurvyPoint2 () |
| const ValueType | getalfa () const |
| const ValueType | getbeta () const |
| const ValueType | getR () const |
| ValueType | Length (TTCurvyStrip< ValueType > CurvyStrip) |
Private Attributes | |
| TTPoint2D< ValueType > | pointA_ |
| TTPoint2D< ValueType > | pointB_ |
| ValueType | R_ |
| ValueType | alfa_ |
| ValueType | beta_ |
| typedef value_type TTCurvyStrip< value_type >::ValueType |
| TTCurvyStrip< ValueType >::TTCurvyStrip | ( | ) |
| TTCurvyStrip< ValueType >::TTCurvyStrip | ( | ValueType | R, | |
| ValueType | alfa, | |||
| ValueType | beta | |||
| ) |
| void TTCurvyStrip< ValueType >::ParaCurvyStrip | ( | TTCurvyStrip< ValueType > | Curvy, | |
| ValueType | t, | |||
| TTPoint2D< ValueType > & | point | |||
| ) |
| TTPoint2D< ValueType > TTCurvyStrip< ValueType >::CurvyPoint1 | ( | ) |
| TTPoint2D< ValueType > TTCurvyStrip< ValueType >::CurvyPoint2 | ( | ) |
| ValueType const TTCurvyStrip< ValueType >::getalfa | ( | ) | const |
| ValueType const TTCurvyStrip< ValueType >::getbeta | ( | ) | const |
| ValueType const TTCurvyStrip< ValueType >::getR | ( | ) | const |
| ValueType TTCurvyStrip< ValueType >::Length | ( | TTCurvyStrip< ValueType > | CurvyStrip | ) |
TTPoint2D<ValueType> TTCurvyStrip< value_type >::pointA_ [private] |
TTPoint2D<ValueType> TTCurvyStrip< value_type >::pointB_ [private] |
ValueType TTCurvyStrip< value_type >::R_ [private] |
ValueType TTCurvyStrip< value_type >::alfa_ [private] |
ValueType TTCurvyStrip< value_type >::beta_ [private] |
1.4.7
Click here to return home page.