src/invert.h

changeset 206
654661eab7f3
parent 183
97b591813c8b
child 210
232e7634cc8a
equal deleted inserted replaced
205:1a4342d80de7 206:654661eab7f3
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 #pragma once 19 #pragma once
20 #include "main.h" 20 #include "basics.h"
21 #include "gl/common.h" 21 #include "gl/common.h"
22
23 enum Axis { X, Y, Z };
22 24
23 namespace math 25 namespace math
24 { 26 {
25 glm::mat4 flipmatrix(Axis dimension); 27 glm::mat4 flipmatrix(Axis dimension);
26 } 28 }

mercurial