mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 17:03:27 +00:00
fixed index
This commit is contained in:
@@ -398,7 +398,7 @@ namespace omath::projection
|
|||||||
return true;
|
return true;
|
||||||
if (data[1] < -1.0f - eps || data[1] > 1.0f + eps)
|
if (data[1] < -1.0f - eps || data[1] > 1.0f + eps)
|
||||||
return true;
|
return true;
|
||||||
return is_ndc_z_value_out_of_bounds(data[3]);
|
return is_ndc_z_value_out_of_bounds(data[2]);
|
||||||
}
|
}
|
||||||
template<class ZType>
|
template<class ZType>
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
|
|||||||
Reference in New Issue
Block a user