X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fray.hh;h=71d1e7a96a40d58e67f0ba73b350aca85047c7e8;hp=b1f7bdde88e54d937b124ee06433900df56c2de4;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=382626aad0a683ed8642a6a807eea743db45f7f8 diff --git a/src/moof/ray.hh b/src/moof/ray.hh index b1f7bdd..71d1e7a 100644 --- a/src/moof/ray.hh +++ b/src/moof/ray.hh @@ -1,29 +1,27 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MOOF_RAY_HH_ #define _MOOF_RAY_HH_ -/** - * \file ray.hh - * A class for lines that start at one point and go to infinity in some - * direction. - */ - #include #include #include #include +/** + * \file ray.hh + * A class for lines that start at one point and go to infinity in some + * direction. + */ + namespace moof { @@ -73,9 +71,8 @@ struct ray : public drawable } }; - -typedef ray<2> ray2; -typedef ray<3> ray3; +typedef ray<2> ray2; +typedef ray<3> ray3; } // namespace moof