Vector3.h
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file Vector3.h 00003 @author Travis Fischer (fisch0920@gmail.com) 00004 @date Fall 2008 00005 00006 @brief 00007 Standard specialized implementation of a 3-element vector 00008 00009 @note this file is not meant to be #included directly 00010 @see Vector.h for more details 00011 <!-------------------------------------------------------------------->**/ 00012 00013 #ifndef VECTOR3_H_ 00014 #define VECTOR3_H_ 00015 00016 /* Include inline implementations */ 00017 #include <common/math/sisd/Vector3.inl> 00018 00019 #endif // VECTOR3_H_ 00020
Generated on 28 Feb 2009 for Milton by
1.5.6