Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] get ready


Chronological Thread 
  • From: "Steven G. Parker" <sparker@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [MANTA] get ready
  • Date: Thu, 12 May 2005 23:17:23 -0600

I'm finally ready to commit the new point/vector class.  This replaces:
Point
Vector
BBox
Transform (now AffineTransform)

Most things have changed very little. The most common change is that things like this:
#include <Core/Geometry/Point.h>
#include <Core/Geometry/Vector.h>

are now replaced with:
#include <Core/Geometry/PointVector.h>

and they are not in the SCIRun namespace (nix the using namespace SCIRun statement).

I am happy to help people merge in changes.

Steve





  • [MANTA] get ready, Steven G. Parker, 05/12/2005

Archive powered by MHonArc 2.6.16.

Top of page