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