include/matrix.h
branchpyrit
changeset 34 28f6e8b9d5d1
parent 22 76b7bd51d64a
child 44 3763b26244f0
equal deleted inserted replaced
33:83d0200d4c09 34:28f6e8b9d5d1
     1 /*
     1 /*
     2  * C++ RayTracer
     2  * Pyrit Ray Tracer
     3  * file: matrix.h
     3  * file: matrix.h
     4  *
     4  *
     5  * Radek Brich, 2006
     5  * Radek Brich, 2006-2007
     6  */
     6  */
     7 
     7 
     8 /* not used at this time */
     8 /* not used at this time */
     9 
     9 
    10 #ifndef MATRIX_H
    10 #ifndef MATRIX_H