aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Hyperplane.h
Commit message (Expand)AuthorAge
* Fix doxy and misc. typosGravatar luz.paz"2018-08-01
* Make sure that HyperPlane::transform manitains a unit normal vector in the Af...Gravatar Gael Guennebaud2016-12-20
* Fixes for min and abs after Benoit's comments, switched to numext.Gravatar Robert Lukierski2016-10-13
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use t...Gravatar Gael Guennebaud2014-11-26
* Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Fix broken asserts releaved by Clang.Gravatar Keir Mierle2012-01-18
* fix constness of intersection methods (bug #309)Gravatar Gael Guennebaud2011-06-27
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* 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