chromium/third_party/skia/src/utils/SkMatrix22.cpp

/*
 * Copyright 2014 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/utils/SkMatrix22.h"

#include "include/core/SkMatrix.h"
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"

void SkComputeGivensRotation(const SkVector& h, SkMatrix* G) {}