Skip to content

Commit

Permalink
Merge branch 'gz-math8' into gz-math8
Browse files Browse the repository at this point in the history
  • Loading branch information
udaya2899 authored Nov 15, 2024
2 parents ec68219 + 8e4cc6f commit 036f463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Vector2_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ TEST(Vector2Test, Vector2)
/////////////////////////////////////////////////
TEST(Vector2Test, TestSum)
{
math::Vector2 vec1(0, 0);
math::Vector2 vec2(1.0, 2.5);
math::Vector2 vec3(-2, -4);
math::Vector2i vec1(0, 0);
math::Vector2f vec2(1.0, 2.5);
math::Vector2i vec3(-2, -4);

int sum1 = vec1.Sum();
float sum2 = vec2.Sum();
Expand Down

0 comments on commit 036f463

Please sign in to comment.