A ray tracer, Ray Charles
Find a file
Eryn Wells 43cb182aa7 Have to use operator() for Matrix<>::operator*
Matrix<N,P> is a different class from Matrix<N,M> so Matrix<N,M> can't access protected member data on Matrix<N,P>. There must be a better way that having to do the multiplies requires for operator().
2014-08-09 09:57:09 -07:00
doc Some notes 2014-07-20 08:36:46 -07:00
lib Remove libyaml Makefiles 2014-07-13 09:47:51 -07:00
scenes Move the oneBox camera to see the angles 2014-08-03 12:24:15 -07:00
src Have to use operator() for Matrix<>::operator* 2014-08-09 09:57:09 -07:00
test Implement a Matrix4 class 2014-08-07 22:12:53 -07:00
.gitignore Ignore .DS_Store files 2014-08-04 07:09:42 -07:00
charles.sublime-project Sublime project and workspace settings 2014-07-19 11:27:32 -07:00
charles.sublime-workspace Sublime project and workspace settings 2014-07-19 11:27:32 -07:00
README.md Initial commit 2014-01-30 13:39:51 -08:00
SConstruct Don't duplicate build files 2014-07-20 12:17:55 -07:00
tags Add ctags file 2014-08-02 00:42:59 -07:00