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