mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
Use udunits package for units conversions
Changed the files in our math utilities to use the udunits symbols refs #231
This commit is contained in:
parent
384519ce24
commit
ee8f07469e
@ -29,7 +29,7 @@ typedef enum {
|
||||
typedef struct {
|
||||
|
||||
Euler_Seq euler_sequence; /* -- Euler rotation sequence */
|
||||
double euler_angles[3]; /* (r) Euler rot angles from
|
||||
double euler_angles[3]; /* (rad) Euler rot angles from
|
||||
Frame 1 to Frame 2 */
|
||||
double location[3]; /* (m) Frame 1 origin to Frame 2
|
||||
origin vector, referenced
|
||||
|
@ -53,8 +53,8 @@ typedef struct {
|
||||
and 1 to 0 */
|
||||
double pause; /* s Pause time between end of first doublet
|
||||
pulse and start of second doublet pulse */
|
||||
double frequency; /* (one/s) Frequency of oscillating waves */
|
||||
double phase; /* r Phase offset for start of
|
||||
double frequency; /* (1/s) Frequency of oscillating waves */
|
||||
double phase; /* (rad) Phase offset for start of
|
||||
oscillating waves */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user