Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsIdentity
readonly
bool
System.Numerics.Matrix4x4.IsIdentity
get
Definition at line
67
of file
Matrix4x4.cs
.
68
{
69
get
70
{
71
if
(
M11
== 1f &&
M22
== 1f &&
M33
== 1f &&
M44
== 1f &&
M12
== 0f &&
M13
== 0f &&
M14
== 0f &&
M21
== 0f &&
M23
== 0f &&
M24
== 0f &&
M31
== 0f &&
M32
== 0f &&
M34
== 0f &&
M41
== 0f &&
M42
== 0f)
72
{
73
return
M43
== 0f;
74
}
75
return
false
;
76
}
77
}
System.Numerics.Matrix4x4.M42
float M42
Definition
Matrix4x4.cs:59
System.Numerics.Matrix4x4.M33
float M33
Definition
Matrix4x4.cs:53
System.Numerics.Matrix4x4.M24
float M24
Definition
Matrix4x4.cs:47
System.Numerics.Matrix4x4.M32
float M32
Definition
Matrix4x4.cs:51
System.Numerics.Matrix4x4.M14
float M14
Definition
Matrix4x4.cs:39
System.Numerics.Matrix4x4.M31
float M31
Definition
Matrix4x4.cs:49
System.Numerics.Matrix4x4.M23
float M23
Definition
Matrix4x4.cs:45
System.Numerics.Matrix4x4.M12
float M12
Definition
Matrix4x4.cs:35
System.Numerics.Matrix4x4.M34
float M34
Definition
Matrix4x4.cs:55
System.Numerics.Matrix4x4.M44
float M44
Definition
Matrix4x4.cs:63
System.Numerics.Matrix4x4.M22
float M22
Definition
Matrix4x4.cs:43
System.Numerics.Matrix4x4.M13
float M13
Definition
Matrix4x4.cs:37
System.Numerics.Matrix4x4.M41
float M41
Definition
Matrix4x4.cs:57
System.Numerics.Matrix4x4.M21
float M21
Definition
Matrix4x4.cs:41
System.Numerics.Matrix4x4.M11
float M11
Definition
Matrix4x4.cs:33
System.Numerics.Matrix4x4.M43
float M43
Definition
Matrix4x4.cs:61
System
Numerics
Matrix4x4
Generated by
1.10.0