linting 2

This commit is contained in:
lewd-alt
2025-09-14 15:47:53 -07:00
parent 8fb31d38bb
commit bb3bf291e2
17 changed files with 98 additions and 447 deletions

View File

@@ -77,12 +77,12 @@ namespace _2DGAMELIB
private static Vector2D GetTP2()
{
return Matrix.TransformCoordinateBP(ref TP1, ref , ref m120);
return Math.TransformCoordinateBP(ref TP1, ref , ref m120);
}
private static Vector2D GetTP3()
{
return Matrix.TransformCoordinateBP(ref TP1, ref , ref m240);
return Math.TransformCoordinateBP(ref TP1, ref , ref m240);
}
public static Vector2D MulX(this Vector2D Vector, double X)