aboutsummaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vector.h b/vector.h
index e794f05..81b5df1 100644
--- a/vector.h
+++ b/vector.h
@@ -11,10 +11,9 @@ typedef struct {
} vector_t;
// Set vector to specified coordinates
-// If p is NULL it is created
vector_t *vector_set(vector_t *p, COORD_T x, COORD_T y, COORD_T z);
-// Copy vector src. If dest is NULL a vector is allocated
+// Copy vector src
vector_t *vector_copy(vector_t *dest, vector_t *src);
// Calculate the length of v