Remove CannyFastMath.

This commit is contained in:
Pieter-Jan Briers
2020-08-12 21:09:44 +02:00
parent 5bb3bc7083
commit b45ea725d7
34 changed files with 54 additions and 127 deletions

View File

@@ -1,7 +1,5 @@
using System;
using System.Runtime.InteropServices;
using Math = CannyFastMath.Math;
using MathF = CannyFastMath.MathF;
namespace Robust.Shared.Maths
{