Matrix4 55 Source/platform/transforms/TransformationMatrix.h __declspec(align(16)) typedef double Matrix4[4][4]; Matrix4 57 Source/platform/transforms/TransformationMatrix.h typedef double Matrix4[4][4] __attribute__((aligned (16))); Matrix4 60 Source/platform/transforms/TransformationMatrix.h typedef double Matrix4[4][4];