Skip to content

Commit

Permalink
Comment fix and removed some useless todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWandererProductions committed Nov 19, 2023
1 parent 70a63ba commit 7ffc90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Interpreter/Irt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,6 @@ internal static int CheckOverload(string command, int count, Dictionary<int, InC
return comm.Key;
}

const int value = -1;

//Todo add some check for nestet method
//Todo add check for multible parameter

switch (value)
{
case 1:
return IrtConst.OverloadParam;

case 2:
return IrtConst.NestetParam;
}

return IrtConst.ErrorParam;
}
}
Expand Down
4 changes: 3 additions & 1 deletion Mathematics/Projection3D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

namespace Mathematics
{
//TODO https://bhavesh7393.artstation.com/pages/3d-transformation-to-4x4-matrix
/// <summary>
/// Helper Class that handles some 3D Transformations
/// </summary>
public static class Projection3D
{
private const double Rad = Math.PI / 180.0;
Expand Down

0 comments on commit 7ffc90a

Please sign in to comment.