FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_geometric.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "hecmw_geometric.h"
Include dependency graph for hecmw_geometric.c:

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)
 

Macro Definition Documentation

◆ HECMW_PI

#define HECMW_PI   3.1415926535897932

Definition at line 11 of file hecmw_geometric.c.

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.