From 1233537713bdba77c3879135d7a1008fc97b5581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 29 Jan 2014 15:09:00 +0100 Subject: float[16] => std::array --- include/llmr/map/transform.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/llmr/map/transform.hpp') diff --git a/include/llmr/map/transform.hpp b/include/llmr/map/transform.hpp index 43a1e655e3..39b533c6b8 100644 --- a/include/llmr/map/transform.hpp +++ b/include/llmr/map/transform.hpp @@ -3,6 +3,7 @@ #include +#include #include #include @@ -39,7 +40,7 @@ public: void setLonLat(double lon, double lat); // Getters - void matrixFor(float matrix[16], const vec3& id) const; + void matrixFor(mat4& matrix, const vec3& id) const; float getZoom() const; int32_t getIntegerZoom() const; double getScale() const; -- cgit v1.2.1