chromium/ui/gfx/geometry/matrix3_unittest.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <cmath>
#include <limits>

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/matrix3_f.h"

namespace gfx {
namespace {

TEST(Matrix3fTest, Constructors) {}

TEST(Matrix3fTest, DataAccess) {}

TEST(Matrix3fTest, Determinant) {}

TEST(Matrix3fTest, Inverse) {}

TEST(Matrix3fTest, Transpose) {}

TEST(Matrix3fTest, Operators) {}

}  // namespace
}  // namespace gfx