X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmatrix.h;fp=source%2Fmatrix.h;h=ce21b46f1192aab039ddbdd53b391a3e4e21b43c;hp=539a613e6966087fbe47cb2002227a41bd7d57b5;hb=60ca0094db80ea88ad546c98866f73a8d152e02b;hpb=ca12f072923156f02b316b72e3b38bdb8cda5ebc diff --git a/source/matrix.h b/source/matrix.h index 539a613e..ce21b46f 100644 --- a/source/matrix.h +++ b/source/matrix.h @@ -61,7 +61,7 @@ public: static Matrix ortho_topleft(double, double); static Matrix frustum(double, double, double, double, double, double); static Matrix frustum_centered(double, double, double, double); - static Matrix perspective(double, double, double, double); + static Matrix perspective(const Angle &, double, double, double); }; class MatrixStack