diff options
| author | Franklin Wei <me@fwei.tk> | 2017-04-04 19:31:30 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-04-04 19:31:30 -0400 |
| commit | 3e3edddc3d258124d40bfd36bb2e948edabb2453 (patch) | |
| tree | b7cf642d5257246ff1eff5cd6716939d68d55572 /vector.h | |
| parent | 7cc4ae7bf8fc1283d4f82e6a8beb5c93beb76d7f (diff) | |
| download | raytrace-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |