| Index: sky/examples/fn/widgets/flingcurve.dart
|
| diff --git a/sky/framework/fling-curve.dart b/sky/examples/fn/widgets/flingcurve.dart
|
| similarity index 98%
|
| copy from sky/framework/fling-curve.dart
|
| copy to sky/examples/fn/widgets/flingcurve.dart
|
| index 3a9f54f4a54d03f8476bde7a322e03564db72d0e..2cedb8607caca52aee04000bb4d5e7aef0763472 100644
|
| --- a/sky/framework/fling-curve.dart
|
| +++ b/sky/examples/fn/widgets/flingcurve.dart
|
| @@ -1,9 +1,9 @@
|
| +part of widgets;
|
| +
|
| // Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import "dart:math" as math;
|
| -
|
| const double _kDefaultAlpha = -5707.62;
|
| const double _kDefaultBeta = 172.0;
|
| const double _kDefaultGamma = 3.7;
|
|
|