Add SIMD to Pmath::Plane.

This commit is contained in:
THoehne
2024-10-13 17:54:58 +02:00
parent 2f84387b1a
commit 89d96bbdf9
6 changed files with 93 additions and 40 deletions

View File

@@ -1262,6 +1262,8 @@ namespace Plane
{
TEST(Plane, OperatorTests)
{
PMath::Plane pl1(3.0f / 5.4772255750f, -2.0f / 5.4772255750f, -3.0f / 5.4772255750f, 4.0f);
PMath::Plane pl2(-0.526316f, -0.442105f, -0.726316f, 6.0f);
}
}