summaryrefslogtreecommitdiffstats
path: root/src/bltVecInt.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-15 19:39:05 (GMT)
committerjoye <joye>2014-04-15 19:39:05 (GMT)
commit0efc87e4875e0e80733923e665ba302728d801ac (patch)
tree49520f63c0bc3aab42e79a06b24e8c13e5fdb7f2 /src/bltVecInt.h
parent7d86d0b5b4808550983b7ac6b710da3fcb254e07 (diff)
downloadblt-0efc87e4875e0e80733923e665ba302728d801ac.zip
blt-0efc87e4875e0e80733923e665ba302728d801ac.tar.gz
blt-0efc87e4875e0e80733923e665ba302728d801ac.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltVecInt.h')
-rw-r--r--src/bltVecInt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bltVecInt.h b/src/bltVecInt.h
index ad83fac..f63b129 100644
--- a/src/bltVecInt.h
+++ b/src/bltVecInt.h
@@ -52,6 +52,11 @@
#define FFT_SPECTRUM (1<<2)
typedef struct {
+ double x;
+ double y;
+} Point2d;
+
+typedef struct {
Tcl_HashTable vectorTable; /* Table of vectors */
Tcl_HashTable mathProcTable; /* Table of vector math functions */
Tcl_HashTable indexProcTable;