summaryrefslogtreecommitdiff
path: root/src/linalg.h
AgeCommit message (Collapse)Author
2013-11-01Fix potential memory alignment issue with eigen. This might make us ↵Marius Kintel
dependent on eigen3, but it's about time anyway
2013-02-27rework Camera using boost::variant. first working --gimbalcam versiondon bright
2013-02-26begin to implement --viewport option, by adding Camera class + childrendon bright
2013-01-24fix bounding box function definition errorsdon bright
2013-01-24move bounding box helper functions to linalg. put bbox code in export_pngdon bright
2012-08-22Compile fix for eigen3Marius Kintel
2012-08-22Merge pull request #186 from openscad/issue185Marius Kintel
Issue185
2012-08-20dont crash if there's infinity or NaN in transformation matrixdon bright
2012-08-18modify build system to auto-detect eigen3, and fallback to eigen2don bright
2012-08-18initial rework to enable eigen3 per issue #174.don bright
1. enable eigen3 in qmake build system 2. convert Transform3d and cwise() per the eigen2->eigen3 porting faq online 3. get rid of 'using namespace boost::filesystem' as it conflicts with eigen3
2012-01-25Ported remaining color handling away from QtMarius Kintel
2012-01-25Ported color handling away from QtMarius Kintel
2011-12-25Color overriding now works. The outermost color will win if multiple colors ↵Marius Kintel
are specified for the same object
2011-12-23Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵Marius Kintel
transformed correctly
2011-12-19Minor Eigen namespace updateMarius Kintel
2011-10-30Minor eigen include fixMarius Kintel
2011-10-15improve documentation. move EIGEN_DONT_ALIGN to makefile. win32 build fixes.don bright
2011-10-10enable build of cgalpngtest under windowsXPdon bright
2011-10-04mergedMarius Kintel
2011-10-04Rewrote some hard to read linear algebra code to use EigenMarius Kintel
2011-09-30Cleaned up some unnecessary includesMarius Kintel
contact: Jan Huwald // Impressum