src/invert.cpp

changeset 264
76a025db4948
parent 210
232e7634cc8a
child 306
6ad27b7d2697
equal deleted inserted replaced
263:59b6027b9843 264:76a025db4948
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #include "basics.h" 19 #include "src/basics.h"
20 #include "model.h" 20 #include "src/model.h"
21 #include "gl/common.h" 21 #include "src/gl/common.h"
22 #include "invert.h" 22 #include "src/invert.h"
23 #include "documentmanager.h" 23 #include "src/documentmanager.h"
24 24
25 /* 25 /*
26 * Returns a matrix that causes a flip on the given dimension. 26 * Returns a matrix that causes a flip on the given dimension.
27 */ 27 */
28 glm::mat4 math::flipmatrix(const Axis dimension) 28 glm::mat4 math::flipmatrix(const Axis dimension)

mercurial