Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Doprez committed Dec 15, 2023
1 parent d9a60d2 commit ff450c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Doprez.Stride/DoprezMath/MathHelper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using Stride.Core.Mathematics;
using Stride.Engine;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Doprez.Stride.DoprezMath;
public static class MathHelper
Expand Down
7 changes: 7 additions & 0 deletions Doprez.Stride/Extensions/StrideMathExtensions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using Stride.Core.Mathematics;

namespace Doprez.Stride.Extensions;
public static class StrideMathExtensions
{

}

0 comments on commit ff450c8

Please sign in to comment.