Merged in make system changes from Bob Kuehne <rpk@sgi.com>

This should simplify things tremendously.
This commit is contained in:
curt
1998-01-19 19:27:10 +00:00
parent 61a8afa06a
commit 0dd244fb0c
12 changed files with 66 additions and 188 deletions

View File

@@ -27,9 +27,9 @@
#include <math.h>
#include <stdio.h>
#include "vector.h"
#include <Math/vector.h>
#include "../Math/mat3.h"
#include <Math/mat3.h>
/* Map a vector onto the plane specified by normal */
@@ -78,9 +78,13 @@ void map_vec_onto_cur_surface_plane(MAT3vec normal, MAT3vec v0, MAT3vec vec,
}
/* $Log$
/* Revision 1.1 1997/12/22 04:13:17 curt
/* Initial revision.
/* Revision 1.2 1998/01/19 19:27:13 curt
/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
/* This should simplify things tremendously.
/*
* Revision 1.1 1997/12/22 04:13:17 curt
* Initial revision.
*
*/