![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Macros | |
| #define | HECMW_PI 3.1415926535897932 |
Functions | |
| double | HECMW_degree_to_radian (double deg) |
| double | HECMW_radian_to_degree (double rad) |
| int | HECMW_cylindrical_to_cartesian (const struct hecmw_coord *coord, struct hecmw_coord *result) |
| #define HECMW_PI 3.1415926535897932 |
Definition at line 11 of file hecmw_geometric.c.
| int HECMW_cylindrical_to_cartesian | ( | const struct hecmw_coord * | coord, |
| struct hecmw_coord * | result | ||
| ) |
Definition at line 19 of file hecmw_geometric.c.
| double HECMW_degree_to_radian | ( | double | deg | ) |
Definition at line 14 of file hecmw_geometric.c.
| double HECMW_radian_to_degree | ( | double | rad | ) |
Definition at line 17 of file hecmw_geometric.c.