@@ -46,7 +46,6 @@ static Matrix4x4 GenerateTestMatrix()
46
46
[ InlineData ( 1.0f , 0.0f , 1.0f , 0.0f , 1.0f , 0.0f , 1.0f , 0.0f , 1.0f , 0.0f , 1.0f , 0.0f , 1.0f , 0.0f , 1.0f , 0.0f ) ]
47
47
[ InlineData ( 3.1434343f , 1.1234123f , 0.1234123f , - 0.1234123f , 3.1434343f , 1.1234123f , 3.1434343f , 1.1234123f , 0.1234123f , - 0.1234123f , 3.1434343f , 1.1234123f , 3.1434343f , 1.1234123f , 0.1234123f , - 0.1234123f ) ]
48
48
[ InlineData ( 1.0000001f , 0.0000001f , 2.0000001f , 0.0000002f , 1.0000001f , 0.0000001f , 1.0000001f , 0.0000001f , 2.0000001f , 0.0000002f , 1.0000001f , 0.0000001f , 1.0000001f , 0.0000001f , 2.0000001f , 0.0000002f ) ]
49
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/104232" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsNativeAot ) ) ]
50
49
public void Matrix4x4IndexerGetTest ( float m11 , float m12 , float m13 , float m14 , float m21 , float m22 , float m23 , float m24 , float m31 , float m32 , float m33 , float m34 , float m41 , float m42 , float m43 , float m44 )
51
50
{
52
51
var matrix = new Matrix4x4 ( m11 , m12 , m13 , m14 , m21 , m22 , m23 , m24 , m31 , m32 , m33 , m34 , m41 , m42 , m43 , m44 ) ;
@@ -78,7 +77,6 @@ public void Matrix4x4IndexerGetTest(float m11, float m12, float m13, float m14,
78
77
[ InlineData ( 3.1434343f , 1.1234123f , 0.1234123f , - 0.1234123f , 3.1434343f , 1.1234123f , 3.1434343f , 1.1234123f , 0.1234123f , - 0.1234123f , 3.1434343f , 1.1234123f , 3.1434343f , 1.1234123f , 0.1234123f , - 0.1234123f ) ]
79
78
[ InlineData ( 1.0000001f , 0.0000001f , 2.0000001f , 0.0000002f , 1.0000001f , 0.0000001f , 1.0000001f , 0.0000001f , 2.0000001f , 0.0000002f , 1.0000001f , 0.0000001f , 1.0000001f , 0.0000001f , 2.0000001f , 0.0000002f ) ]
80
79
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/80876" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
81
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/104232" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsNativeAot ) ) ]
82
80
public void Matrix4x4IndexerSetTest ( float m11 , float m12 , float m13 , float m14 , float m21 , float m22 , float m23 , float m24 , float m31 , float m32 , float m33 , float m34 , float m41 , float m42 , float m43 , float m44 )
83
81
{
84
82
var matrix = new Matrix4x4 ( 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f , 0.0f ) ;
0 commit comments