FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_geometric.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hecmw_coord
 

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)
 

Function Documentation

◆ HECMW_cylindrical_to_cartesian()

int HECMW_cylindrical_to_cartesian ( const struct hecmw_coord coord,
struct hecmw_coord result 
)

Definition at line 19 of file hecmw_geometric.c.

◆ HECMW_degree_to_radian()

double HECMW_degree_to_radian ( double  deg)

Definition at line 14 of file hecmw_geometric.c.

◆ HECMW_radian_to_degree()

double HECMW_radian_to_degree ( double  rad)

Definition at line 17 of file hecmw_geometric.c.