mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 19:03:28 +00:00
removed dead code
This commit is contained in:
@@ -411,13 +411,6 @@ namespace omath::projection
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// w
|
|
||||||
if constexpr (ndc.size().rows * ndc.size().columns > 3)
|
|
||||||
{
|
|
||||||
if (data[3] < -1.0f - eps || data[3] > 1.0f + eps)
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user