[FIX] clang-tidy issue
This commit is contained in:
@@ -252,8 +252,6 @@ SCENARIO("Rotating a point around the z axis", "[features/transformations.featur
|
||||
AND_GIVEN("full_quarter <- rotation_z(pi/2)")
|
||||
{
|
||||
Matrix full_quarter = Matrix::rotation_z(std::numbers::pi / 2);
|
||||
|
||||
Tuple z = half_quarter * p;
|
||||
THEN("half_quarter * p = point(-sqrt(2) / 2, sqrt(2) / 2, 0)")
|
||||
{
|
||||
REQUIRE(half_quarter * p == Tuple::Point(-sqrt(2) / 2, sqrt(2) / 2, 0));
|
||||
|
||||
Reference in New Issue
Block a user