Files
ANSLibs/swig-4.3.0/Examples/guile/matrix/vector.h

11 lines
96 B
C

#include <math.h>
typedef struct {
double x;
double y;
double z;
double w;
} Vector;