some hyperplane changes:

- the coefficients are stored in a single vector
- added transformation methods
- removed Line* typedef since in 2D this is really an hyperplane
  and not really a line...
- HyperPlane => Hyperplane
This commit is contained in:
Gael Guennebaud
2008-08-29 13:30:37 +00:00
parent 409e82be06
commit 6d841512c7
3 changed files with 77 additions and 64 deletions

View File

@@ -31,7 +31,7 @@ namespace Eigen {
#include "src/Geometry/AngleAxis.h"
#include "src/Geometry/Rotation.h"
#include "src/Geometry/Transform.h"
#include "src/Geometry/HyperPlane.h"
#include "src/Geometry/Hyperplane.h"
} // namespace Eigen