PageRenderTime 48ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-26/SWIG/Examples/guile/matrix/vector.h

#
C++ Header | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | 0d13c4fdce60bbe235339df0987d2b8d MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #include <math.h>
  2. typedef struct {
  3. double x;
  4. double y;
  5. double z;
  6. double w;
  7. } Vector;