From 7a5c2259ed8ae79305bee53a3eba0bf864458698 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 11 Jun 2019 21:30:37 -0700 Subject: Mathlib: added double2, double3, and double4 typedefs --- Common/interface/BasicMath.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Common/interface') diff --git a/Common/interface/BasicMath.h b/Common/interface/BasicMath.h index 36552258..29f67d7f 100644 --- a/Common/interface/BasicMath.h +++ b/Common/interface/BasicMath.h @@ -1559,6 +1559,10 @@ using float2 = Vector2; using float3 = Vector3; using float4 = Vector4; +using double2 = Vector2; +using double3 = Vector3; +using double4 = Vector4; + using float4x4 = Matrix4x4; using float3x3 = Matrix3x3; using float2x2 = Matrix2x2; -- cgit v1.2.3