mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user