Sign in
fuchsia
/
third_party
/
swig
/
76f004766d245d3a0a22ccd1102e0e61e45f582d
/
.
/
Examples
/
guile
/
matrix
/
vector.h
blob: a6b5f3574d309e0bd1457511f169c321890cccd6 [
file
]
#include
<math.h>
typedef
struct
{
double
x
;
double
y
;
double
z
;
double
w
;
}
Vector
;