···22// See the LICENCE file in the repository root for full licence text.
3344using osu.Framework.Bindables;
55-using osu.Framework.MathUtils;
55+using osu.Framework.Utils;
6677namespace osu.Framework.Graphics.Transforms
88{
···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
22// See the LICENCE file in the repository root for full licence text.
3344-using osu.Framework.MathUtils;
44+using osu.Framework.Utils;
55using System;
66using System.Collections.Concurrent;
77using System.Reflection.Emit;
···55using System.Collections.Generic;
66using osuTK;
7788-namespace osu.Framework.MathUtils
88+namespace osu.Framework.Utils
99{
1010 /// <summary>
1111 /// Helper methods to approximate a path by interpolating a sequence of control points.
···3344using System;
5566-namespace osu.Framework.MathUtils
66+namespace osu.Framework.Utils
77{
88 /// <summary>
99 /// Static utility class for random number generation.