DEBSOURCES
Skip Quicknav
sources / swig1.3 / 1.3.40-3 / Examples / guile / matrix / vector.h
12345678910
#include <math.h> typedef struct { double x; double y; double z; double w; } Vector;