Skip to content

Commit

Permalink
Merge branch 'transform-refactor' of https://github.com/DomCR/CSUtili…
Browse files Browse the repository at this point in the history
…ties into transform-refactor
  • Loading branch information
DomCR committed Feb 15, 2025
2 parents 2c1bf78 + 55c2d77 commit f7c8f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSMath.Tests/TransformTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void ApplyRotationTest()

XYZ translation = XYZ.Zero;
XYZ scale = new XYZ(1, 1, 1);
XYZ rotation = new XYZ(0, 0, 90);
XYZ rotation = new XYZ(0, 0, MathHelper.DegToRad(90));

XYZ expected = new XYZ(0, 1, 0);

Expand Down

0 comments on commit f7c8f15

Please sign in to comment.