summaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-04-04 19:31:30 -0400
committerFranklin Wei <me@fwei.tk>2017-04-04 19:31:30 -0400
commit3e3edddc3d258124d40bfd36bb2e948edabb2453 (patch)
treeb7cf642d5257246ff1eff5cd6716939d68d55572 /vector.h
parent7cc4ae7bf8fc1283d4f82e6a8beb5c93beb76d7f (diff)
downloadraytrace-3e3edddc3d258124d40bfd36bb2e948edabb2453.zip
raytrace-3e3edddc3d258124d40bfd36bb2e948edabb2453.tar.gz
raytrace-3e3edddc3d258124d40bfd36bb2e948edabb2453.tar.bz2
raytrace-3e3edddc3d258124d40bfd36bb2e948edabb2453.tar.xz
triangles and fancy stuff
Diffstat (limited to '')
-rw-r--r--vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vector.h b/vector.h
index f7b3949..c4f5ab3 100644
--- a/vector.h
+++ b/vector.h
@@ -27,3 +27,4 @@ void vect_to_rect(vector*);
void vect_to_sph(vector*);
scalar vect_dot(vector v1, vector v2);
+vector vect_cross(vector v1, vector v2);