Code/Framework/AzCore
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -117,9 +117,6 @@ namespace UnitTest
|
||||
EXPECT_TRUE(AZ::ShapeIntersection::Classify(frustum, s2) == AZ::IntersectResult::Exterior);
|
||||
}
|
||||
|
||||
AZ::Vector3 axisX = AZ::Vector3::CreateAxisX();
|
||||
AZ::Vector3 axisY = AZ::Vector3::CreateAxisY();
|
||||
AZ::Vector3 axisZ = AZ::Vector3::CreateAxisZ();
|
||||
{
|
||||
AZ::Obb obb = AZ::Obb::CreateFromPositionRotationAndHalfLengths(
|
||||
AZ::Vector3(0.0f, -3.9f, 0.0f), AZ::Quaternion::CreateIdentity(), AZ::Vector3::CreateOne());
|
||||
|
||||
@@ -1414,7 +1414,6 @@ namespace UnitTest
|
||||
typename VectorType::Int32Type testVector = VectorType::ConvertToInt(sourceVector);
|
||||
VectorType::StoreUnaligned(testStoreValues, testVector);
|
||||
|
||||
int32_t results[4] = { 0, 1, -1, 2 };
|
||||
for (int32_t i = 0; i < VectorType::ElementCount; ++i)
|
||||
{
|
||||
EXPECT_THAT(testStoreValues[i], testWholeLoadValues[i]);
|
||||
@@ -1476,7 +1475,6 @@ namespace UnitTest
|
||||
typename VectorType::Int32Type testVector = VectorType::ConvertToIntNearest(sourceVector);
|
||||
VectorType::StoreUnaligned(testStoreValues, testVector);
|
||||
|
||||
int32_t results[4] = { 0, 1, -1, 2 };
|
||||
for (int32_t i = 0; i < VectorType::ElementCount; ++i)
|
||||
{
|
||||
EXPECT_THAT(testStoreValues[i], testWholeLoadValues[i]);
|
||||
|
||||
Reference in New Issue
Block a user