Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2315 - trunk/Model/Groups/BSP


Chronological Thread 
  • From: "Thiago Ize" < >
  • To:
  • Subject: [Manta] r2315 - trunk/Model/Groups/BSP
  • Date: Tue, 19 Aug 2008 10:56:46 -0600 (MDT)

Author: thiago
Date: Tue Aug 19 10:56:45 2008
New Revision: 2315

Modified:
   trunk/Model/Groups/BSP/Geometry.h
Log:
Fix typo. On gcc/icc this wasn't causing a problem since they ignore
the variable name in the declaration (that's why you can do foo(int &,
double, char*); ).

Modified: trunk/Model/Groups/BSP/Geometry.h
==============================================================================
--- trunk/Model/Groups/BSP/Geometry.h   (original)
+++ trunk/Model/Groups/BSP/Geometry.h   Tue Aug 19 10:56:45 2008
@@ -70,7 +70,7 @@
   //The points in the face are ordered around the polygon.
   Point getOrderedFaceNormal(const Polygon& face);
 
-  void getOrthonormalBasis(const Point &v, Point &u, Point &v); 
+  void getOrthonormalBasis(const Point &w, Point &u, Point &v); 
 
   double getArea(const Polygon& face);
 


  • [Manta] r2315 - trunk/Model/Groups/BSP, Thiago Ize, 08/19/2008

Archive powered by MHonArc 2.6.16.

Top of page