aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Hyperplane.h
Commit message (Expand)AuthorAge
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* inherit from ei_with_aligned_operator_new even with disabled vectorizationGravatar Armin Berres2009-01-05
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* fix bad typos, thanks to Kenneth RiddileGravatar Benoit Jacob2008-12-17
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Add an axis aligned box in the geometry module.Gravatar Gael Guennebaud2008-10-26
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* oops forgot the inline keyword (though for gcc it was implicit)Gravatar Gael Guennebaud2008-10-25
* Add smart cast functions and ctor with scalar conversion (explicit)Gravatar Gael Guennebaud2008-10-25
* some cleaning and doc in ParametrizedLine and HyperPlaneGravatar Gael Guennebaud2008-10-25
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* remove the conceptualy broken "NoShear" transformation traits,Gravatar Gael Guennebaud2008-09-01
* QTransform conversion and docGravatar Gael Guennebaud2008-09-01
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* The discussed changes to Hyperplane, the ParametrizedLine class, and theGravatar Benoit Jacob2008-08-31
* some hyperplane changes:Gravatar Gael Guennebaud2008-08-29