terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Plane.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200032B")]
9 public struct Plane : IEquatable<Plane>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600130C")]
12 [global::Cpp2ILInjected.Address(RVA = "0xA8CBF4", Offset = "0xA8CBF4", Length = "0xC")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x600130D")]
20 [global::Cpp2ILInjected.Address(RVA = "0xA8CC0C", Offset = "0xA8CC0C", Length = "0xC")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 public Plane(Vector3 normal, float d)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600130E")]
28 [global::Cpp2ILInjected.Address(RVA = "0xA8CC18", Offset = "0xA8CC18", Length = "0x110")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "Normalize", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(Vector3))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public Plane(Vector3 a, Vector3 b, Vector3 c)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x600130F")]
39 [global::Cpp2ILInjected.Address(RVA = "0xA8CE0C", Offset = "0xA8CE0C", Length = "0xC")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 public Plane(float a, float b, float c, float d)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6001310")]
47 [global::Cpp2ILInjected.Address(RVA = "0xA8CE18", Offset = "0xA8CE18", Length = "0x2C")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 public float Dot(Vector4 value)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6001311")]
55 [global::Cpp2ILInjected.Address(RVA = "0xA8CE44", Offset = "0xA8CE44", Length = "0x34")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 public void Dot(ref Vector4 value, out float result)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6001312")]
63 [global::Cpp2ILInjected.Address(RVA = "0xA8CE78", Offset = "0xA8CE78", Length = "0x28")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6001313")]
71 [global::Cpp2ILInjected.Address(RVA = "0xA8CEA0", Offset = "0xA8CEA0", Length = "0x30")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 public void DotCoordinate(ref Vector3 value, out float result)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6001314")]
79 [global::Cpp2ILInjected.Address(RVA = "0xA8CED0", Offset = "0xA8CED0", Length = "0x20")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 public float DotNormal(Vector3 value)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6001315")]
87 [global::Cpp2ILInjected.Address(RVA = "0xA8CEF0", Offset = "0xA8CEF0", Length = "0x2C")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 public void DotNormal(ref Vector3 value, out float result)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6001316")]
95 [global::Cpp2ILInjected.Address(RVA = "0xA8CF1C", Offset = "0xA8CF1C", Length = "0x38")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
99 public static void Transform(ref Plane plane, ref Quaternion rotation, out Plane result)
100 {
101 throw null;
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x6001317")]
105 [global::Cpp2ILInjected.Address(RVA = "0xA8CF54", Offset = "0xA8CF54", Length = "0x38")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
109 public static void Transform(ref Plane plane, ref Matrix matrix, out Plane result)
110 {
111 throw null;
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x6001318")]
115 [global::Cpp2ILInjected.Address(RVA = "0xA8CF8C", Offset = "0xA8CF8C", Length = "0x38")]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
119 public static Plane Transform(Plane plane, Quaternion rotation)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x6001319")]
125 [global::Cpp2ILInjected.Address(RVA = "0xA8CFC4", Offset = "0xA8CFC4", Length = "0x38")]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x600131A")]
135 [global::Cpp2ILInjected.Address(RVA = "0xA8CFFC", Offset = "0xA8CFFC", Length = "0xF8")]
136 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "Normalize", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(Vector3))]
139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
140 public void Normalize()
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x600131B")]
146 [global::Cpp2ILInjected.Address(RVA = "0xA8D0F4", Offset = "0xA8D0F4", Length = "0x34")]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Matrix), Member = "CreateShadow", MemberParameters = new object[]
148 {
152 }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Matrix), Member = "CreateReflection", MemberParameters = new object[]
154 {
156 typeof(ref Matrix)
157 }, ReturnType = typeof(void))]
158 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Plane), Member = "Normalize", MemberParameters = new object[]
160 {
163 }, ReturnType = typeof(void))]
164 public static Plane Normalize(Plane value)
165 {
166 throw null;
167 }
168
169 [global::Cpp2ILInjected.Token(Token = "0x600131C")]
170 [global::Cpp2ILInjected.Address(RVA = "0xA8D128", Offset = "0xA8D128", Length = "0x104")]
171 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Plane), Member = "Normalize", MemberParameters = new object[] { typeof(Plane) }, ReturnType = typeof(Plane))]
173 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "Normalize", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(Vector3))]
175 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
176 public static void Normalize(ref Plane value, out Plane result)
177 {
178 throw null;
179 }
180
181 [global::Cpp2ILInjected.Token(Token = "0x600131D")]
182 [global::Cpp2ILInjected.Address(RVA = "0xA8D22C", Offset = "0xA8D22C", Length = "0x3C")]
183 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Plane), Member = "Equals", MemberParameters = new object[] { typeof(Plane) }, ReturnType = typeof(bool))]
186 public static bool operator !=(Plane plane1, Plane plane2)
187 {
188 throw null;
189 }
190
191 [global::Cpp2ILInjected.Token(Token = "0x600131E")]
192 [global::Cpp2ILInjected.Address(RVA = "0xA8D320", Offset = "0xA8D320", Length = "0x38")]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Plane), Member = "Equals", MemberParameters = new object[] { typeof(Plane) }, ReturnType = typeof(bool))]
195 public static bool operator ==(Plane plane1, Plane plane2)
196 {
197 throw null;
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x600131F")]
201 [global::Cpp2ILInjected.Address(RVA = "0xA8D358", Offset = "0xA8D358", Length = "0x7C")]
202 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
203 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
204 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Plane), Member = "Equals", MemberParameters = new object[] { typeof(Plane) }, ReturnType = typeof(bool))]
205 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
206 public override bool Equals(object other)
207 {
208 throw null;
209 }
210
211 [global::Cpp2ILInjected.Token(Token = "0x6001320")]
212 [global::Cpp2ILInjected.Address(RVA = "0xA8D268", Offset = "0xA8D268", Length = "0xB8")]
213 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Plane), Member = "op_Inequality", MemberParameters = new object[]
215 {
216 typeof(Plane),
218 }, ReturnType = typeof(bool))]
219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Plane), Member = "op_Equality", MemberParameters = new object[]
220 {
221 typeof(Plane),
223 }, ReturnType = typeof(bool))]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Plane), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
225 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
226 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
227 public bool Equals(Plane other)
228 {
229 throw null;
230 }
231
232 [global::Cpp2ILInjected.Token(Token = "0x6001321")]
233 [global::Cpp2ILInjected.Address(RVA = "0xA8D3FC", Offset = "0xA8D3FC", Length = "0x40")]
234 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "GetHashCode", ReturnType = typeof(int))]
237 public override int GetHashCode()
238 {
239 throw null;
240 }
241
242 [global::Cpp2ILInjected.Token(Token = "0x6001322")]
243 [global::Cpp2ILInjected.Address(RVA = "0xA8D468", Offset = "0xA8D468", Length = "0xC4")]
244 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
247 {
248 typeof(string),
249 typeof(object),
250 typeof(object)
251 }, ReturnType = typeof(string))]
252 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
253 public override string ToString()
254 {
255 throw null;
256 }
257
258 [global::Cpp2ILInjected.Token(Token = "0x4002263")]
259 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
260 public float D;
261
262 [global::Cpp2ILInjected.Token(Token = "0x4002264")]
263 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
265 }
266}
class f__AnonymousType0<< Count > j__TPar
override int GetHashCode()
Definition Plane.cs:237
float DotCoordinate(Vector3 value)
Definition Plane.cs:65
float DotNormal(Vector3 value)
Definition Plane.cs:81
static Plane Transform(Plane plane, Matrix matrix)
Definition Plane.cs:129
void DotCoordinate(ref Vector3 value, out float result)
Definition Plane.cs:73
Plane(Vector3 a, Vector3 b, Vector3 c)
Definition Plane.cs:33
override bool Equals(object other)
Definition Plane.cs:206
float Dot(Vector4 value)
Definition Plane.cs:49
static Plane Transform(Plane plane, Quaternion rotation)
Definition Plane.cs:119
bool Equals(Plane other)
Definition Plane.cs:227
Plane(float a, float b, float c, float d)
Definition Plane.cs:41
Plane(Vector3 normal, float d)
Definition Plane.cs:22
void Dot(ref Vector4 value, out float result)
Definition Plane.cs:57
Plane(Vector4 value)
Definition Plane.cs:14
static Plane Normalize(Plane value)
Definition Plane.cs:164
static void Normalize(ref Plane value, out Plane result)
Definition Plane.cs:176
void DotNormal(ref Vector3 value, out float result)
Definition Plane.cs:89
override string ToString()
Definition Plane.cs:253
static void Transform(ref Plane plane, ref Matrix matrix, out Plane result)
Definition Plane.cs:109
static void Transform(ref Plane plane, ref Quaternion rotation, out Plane result)
Definition Plane.cs:99