From 4ea4bbfcb03091cb987dc151d41980ec16f3d18d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Apr 2019 22:31:12 +0800 Subject: *misc --- source/modules/asura-utils/math/matrix44.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/modules/asura-utils/math/matrix44.h') diff --git a/source/modules/asura-utils/math/matrix44.h b/source/modules/asura-utils/math/matrix44.h index 9ff0288..addee98 100644 --- a/source/modules/asura-utils/math/matrix44.h +++ b/source/modules/asura-utils/math/matrix44.h @@ -61,6 +61,8 @@ namespace AsuraEngine /// void Shear(float kx, float ky); + void Ortho(float left, float right, float bottom, float top, float near, float far); + ///// ///// Transforms an array of vertices by this Matrix44. The sources and ///// destination arrays may be the same. -- cgit v1.1-26-g67d0