From 98f0d8c972a334a30b35c25bf4d6c8533a1c9abd Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 19 May 2001 02:33:12 +0000 Subject: Added const to some functions. git-svn-id: http://svn.leocad.org/trunk@269 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/matrix.h') diff --git a/common/matrix.h b/common/matrix.h index 32f5f74..7da4d1d 100644 --- a/common/matrix.h +++ b/common/matrix.h @@ -48,7 +48,7 @@ class Matrix void RotateCenter(float angle, float x, float y, float z, float px, float py, float pz); bool FromInverse(double* src); void CreatePerspective (float fovy, float aspect, float nearval, float farval); - void CreateLookat (float eye[3], float target[3], float up[3]); + void CreateLookat (const float *eye, const float *target, const float *up); public: float m[16]; -- cgit v1.2.3