mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 15:23:26 +00:00
removed dead code
This commit is contained in:
@@ -411,13 +411,6 @@ namespace omath::projection
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user