]> Dogcows Code - chaz/yoink/blobdiff - src/moof/contact.hh
remove some unused stlplus modules
[chaz/yoink] / src / moof / contact.hh
index a14718a64117b5bfcf264dc96de92122993c6ef3..1d1998e19e69b273ad88acaaed6ce649089e06c1 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  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_CONTACT_HH_
 #define _MOOF_CONTACT_HH_
@@ -28,9 +26,9 @@ struct contact
 {
        typedef moof::vector< scalar, fixed<D> > vector;
 
-       vector  point;                  // point of contact
-       scalar  distance;               // distance of penetration
-       vector  normal;                 // normal of surface at point of contact
+       vector  point;          // point of contact
+       scalar  distance;       // distance of penetration
+       vector  normal;         // normal of surface at point of contact
 
        bool operator < (const contact& rhs)
        {
This page took 0.01932 seconds and 4 git commands to generate.