Merged in make system changes from Bob Kuehne <rpk@sgi.com>
This should simplify things tremendously.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user