From a24e522ffed4553ec8ccba91e5047672b8a24fa8 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 28 Sep 2020 16:49:23 +0800 Subject: [PATCH] add Matrix3x4f --- inc/hgl/math/Matrix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/hgl/math/Matrix.h b/inc/hgl/math/Matrix.h index 54efcad..6fb80f1 100644 --- a/inc/hgl/math/Matrix.h +++ b/inc/hgl/math/Matrix.h @@ -10,6 +10,7 @@ namespace hgl { using Matrix3f=float3x3; using Matrix4f=float4x4; + using Matrix3x4f=float3x4; inline Matrix4f identity() {