From 387c1b8b1fcf80233d3fc73aa3be766bfea83dc8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 20 May 2011 13:18:41 -0600 Subject: Add Colors to the Python extension. --- libdimension-python/Vector.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libdimension-python/Vector.h') diff --git a/libdimension-python/Vector.h b/libdimension-python/Vector.h index d829e3b..d7e4e05 100644 --- a/libdimension-python/Vector.h +++ b/libdimension-python/Vector.h @@ -34,3 +34,9 @@ bool dmnsn_py_init_VectorType(void); PyObject *dmnsn_py_Vector_cross(PyObject *self, PyObject *args); PyObject *dmnsn_py_Vector_dot(PyObject *self, PyObject *args); PyObject *dmnsn_py_Vector_proj(PyObject *self, PyObject *args); + +/* Vector constants */ +extern dmnsn_py_Vector dmnsn_py_Zero; +extern dmnsn_py_Vector dmnsn_py_X; +extern dmnsn_py_Vector dmnsn_py_Y; +extern dmnsn_py_Vector dmnsn_py_Z; -- cgit v1.2.3