|
Hermes2D
3.0
|
Inheritance diagram for Hermes::Hermes2D::Arc:Public Member Functions | |
| Arc (double angle) | |
| Arc (const Arc *other) | |
Public Member Functions inherited from Hermes::Hermes2D::Curve | |
| Curve (CurvType type) | |
Public Attributes | |
| double | angle |
| arc angle | |
| double | kv [6] |
| double3 | pt [3] |
Public Attributes inherited from Hermes::Hermes2D::Curve | |
| CurvType | type |
Static Public Attributes | |
| static const unsigned char | degree = 2 |
| Arc degree is 2. | |
| static const unsigned char | np = 3 |
| Arc has 3 control points. | |
| static const unsigned char | nk = 6 |