From 914d3e6a2b323cf9f186cbef2aef7865ea07b309 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 2 Dec 2012 14:50:04 +0100 Subject: [PATCH] math: Add integer valued vector types. --- simgear/math/SGMathFwd.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simgear/math/SGMathFwd.hxx b/simgear/math/SGMathFwd.hxx index 3570aa40..96b8a191 100644 --- a/simgear/math/SGMathFwd.hxx +++ b/simgear/math/SGMathFwd.hxx @@ -52,9 +52,12 @@ typedef SGQuat SGQuatf; typedef SGQuat SGQuatd; typedef SGVec2 SGVec2f; typedef SGVec2 SGVec2d; +typedef SGVec2 SGVec2i; typedef SGVec3 SGVec3f; typedef SGVec3 SGVec3d; +typedef SGVec3 SGVec3i; typedef SGVec4 SGVec4f; typedef SGVec4 SGVec4d; +typedef SGVec4 SGVec4i; #endif -- 2.39.5