Subversion Repositories gelsvn

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
324 6648 d 16 h jab /trunk/src/ Some changes. Mostly a nasty precision issue has been fixed with regard
to 4x4 determinants. KDTrees have also been improved.
 
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/Vec2ui.h
/trunk/src/GLGraphics/draw.cpp
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BoundingINode.h
/trunk/src/Geometry/BoundingLNode.h
/trunk/src/Geometry/BoundingNode.h
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/Geometry/KDTree.h
/trunk/src/Geometry/Ray.h
206 7029 d 16 h jrf /trunk/src/CGLA/ Added a constructor to Vec3f taking a Vec4f as argument. The last element of the Vec4f is simply thrown away.

Added a Vec2ui. A 2D vector of unsigned integers is useful for specifying dimensions.
 
/trunk/src/CGLA/Vec2ui.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h