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
Vector3.cs
Go to the documentation of this file.
1using System;
9
10namespace UnityEngine
11{
12 [NativeClass("Vector3f")]
13 [RequiredByNativeCode(Optional = true, GenerateProxy = true)]
14 [NativeHeader("Runtime/Math/MathScripting.h")]
16 [NativeType(Header = "Runtime/Math/Vector3.h")]
17 [NativeHeader("Runtime/Math/Vector3.h")]
18 [global::Cpp2ILInjected.Token(Token = "0x20000CD")]
19 public struct Vector3 : IEquatable<Vector3>, IFormattable
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x60003CB")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F80B14", Offset = "0x1F80B14", Length = "0x3C")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [MethodImpl(256)]
26 public static Vector3 Lerp(Vector3 a, Vector3 b, float t)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60003CC")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1F80B50", Offset = "0x1F80B50", Length = "0x114")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 [MethodImpl(256)]
37 public static Vector3 MoveTowards(Vector3 current, Vector3 target, float maxDistanceDelta)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x170000C6")]
43 public float this[int index]
44 {
45 [global::Cpp2ILInjected.Token(Token = "0x60003CD")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1F80C64", Offset = "0x1F80C64", Length = "0x78")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IndexOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
51 [MethodImpl(256)]
52 get
53 {
54 throw null;
55 }
56 [global::Cpp2ILInjected.Token(Token = "0x60003CE")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1F80CDC", Offset = "0x1F80CDC", Length = "0x78")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IndexOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
62 [MethodImpl(256)]
63 set
64 {
65 throw null;
66 }
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x60003CF")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1F80D54", Offset = "0x1F80D54", Length = "0xC")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 [MethodImpl(256)]
73 public Vector3(float x, float y, float z)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x60003D0")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1F80D60", Offset = "0x1F80D60", Length = "0xC")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 [MethodImpl(256)]
82 public Vector3(float x, float y)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x60003D1")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1F80D6C", Offset = "0x1F80D6C", Length = "0x10")]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 [MethodImpl(256)]
91 public static Vector3 Scale(Vector3 a, Vector3 b)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x60003D2")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1F80D7C", Offset = "0x1F80D7C", Length = "0x28")]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
99 [MethodImpl(256)]
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x60003D3")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1F80DA4", Offset = "0x1F80DA4", Length = "0x48")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "GetHashCode", ReturnType = typeof(int))]
109 [MethodImpl(256)]
110 public override int GetHashCode()
111 {
112 throw null;
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x60003D4")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1F80DEC", Offset = "0x1F80DEC", Length = "0x98")]
117 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
120 [MethodImpl(256)]
121 public override bool Equals(object other)
122 {
123 throw null;
124 }
125
126 [global::Cpp2ILInjected.Token(Token = "0x60003D5")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1F80E84", Offset = "0x1F80E84", Length = "0x30")]
128 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
130 [MethodImpl(256)]
131 public bool Equals(Vector3 other)
132 {
133 throw null;
134 }
135
136 [global::Cpp2ILInjected.Token(Token = "0x60003D6")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1F80EB4", Offset = "0x1F80EB4", Length = "0xD0")]
138 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
141 [MethodImpl(256)]
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x170000C7")]
149 {
150 [global::Cpp2ILInjected.Token(Token = "0x60003D7")]
151 [global::Cpp2ILInjected.Address(RVA = "0x1F80F84", Offset = "0x1F80F84", Length = "0xCC")]
152 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
154 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
155 [MethodImpl(256)]
156 get
157 {
158 throw null;
159 }
160 }
161
162 [global::Cpp2ILInjected.Token(Token = "0x60003D8")]
163 [global::Cpp2ILInjected.Address(RVA = "0x1F81050", Offset = "0x1F81050", Length = "0x18")]
164 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
165 [MethodImpl(256)]
166 public static float Dot(Vector3 lhs, Vector3 rhs)
167 {
168 throw null;
169 }
170
171 [global::Cpp2ILInjected.Token(Token = "0x60003D9")]
172 [global::Cpp2ILInjected.Address(RVA = "0x1F81068", Offset = "0x1F81068", Length = "0xA0")]
173 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
174 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
175 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
176 [MethodImpl(256)]
177 public static float Distance(Vector3 a, Vector3 b)
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x60003DA")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1F81108", Offset = "0x1F81108", Length = "0x80")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
186 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
187 [MethodImpl(256)]
188 public static float Magnitude(Vector3 vector)
189 {
190 throw null;
191 }
192
193 [global::Cpp2ILInjected.Token(Token = "0x170000C8")]
194 public float magnitude
195 {
196 [global::Cpp2ILInjected.Token(Token = "0x60003DB")]
197 [global::Cpp2ILInjected.Address(RVA = "0x1F81188", Offset = "0x1F81188", Length = "0x80")]
198 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
199 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
200 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
201 [MethodImpl(256)]
202 get
203 {
204 throw null;
205 }
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x170000C9")]
209 public float sqrMagnitude
210 {
211 [global::Cpp2ILInjected.Token(Token = "0x60003DC")]
212 [global::Cpp2ILInjected.Address(RVA = "0x1F81208", Offset = "0x1F81208", Length = "0x20")]
213 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
214 [MethodImpl(256)]
215 get
216 {
217 throw null;
218 }
219 }
220
221 [global::Cpp2ILInjected.Token(Token = "0x60003DD")]
222 [global::Cpp2ILInjected.Address(RVA = "0x1F81228", Offset = "0x1F81228", Length = "0x1C")]
223 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
224 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
225 [MethodImpl(256)]
227 {
228 throw null;
229 }
230
231 [global::Cpp2ILInjected.Token(Token = "0x60003DE")]
232 [global::Cpp2ILInjected.Address(RVA = "0x1F81244", Offset = "0x1F81244", Length = "0x1C")]
233 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
235 [MethodImpl(256)]
237 {
238 throw null;
239 }
240
241 [global::Cpp2ILInjected.Token(Token = "0x170000CA")]
242 public static Vector3 zero
243 {
244 [global::Cpp2ILInjected.Token(Token = "0x60003DF")]
245 [global::Cpp2ILInjected.Address(RVA = "0x1F81260", Offset = "0x1F81260", Length = "0x4C")]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
247 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
248 [MethodImpl(256)]
249 get
250 {
251 throw null;
252 }
253 }
254
255 [global::Cpp2ILInjected.Token(Token = "0x170000CB")]
256 public static Vector3 one
257 {
258 [global::Cpp2ILInjected.Token(Token = "0x60003E0")]
259 [global::Cpp2ILInjected.Address(RVA = "0x1F812AC", Offset = "0x1F812AC", Length = "0x4C")]
260 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
261 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
262 [MethodImpl(256)]
263 get
264 {
265 throw null;
266 }
267 }
268
269 [global::Cpp2ILInjected.Token(Token = "0x170000CC")]
270 public static Vector3 forward
271 {
272 [global::Cpp2ILInjected.Token(Token = "0x60003E1")]
273 [global::Cpp2ILInjected.Address(RVA = "0x1F812F8", Offset = "0x1F812F8", Length = "0x4C")]
274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
275 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
276 [MethodImpl(256)]
277 get
278 {
279 throw null;
280 }
281 }
282
283 [global::Cpp2ILInjected.Token(Token = "0x170000CD")]
284 public static Vector3 back
285 {
286 [global::Cpp2ILInjected.Token(Token = "0x60003E2")]
287 [global::Cpp2ILInjected.Address(RVA = "0x1F81344", Offset = "0x1F81344", Length = "0x4C")]
288 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
289 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
290 [MethodImpl(256)]
291 get
292 {
293 throw null;
294 }
295 }
296
297 [global::Cpp2ILInjected.Token(Token = "0x170000CE")]
298 public static Vector3 up
299 {
300 [global::Cpp2ILInjected.Token(Token = "0x60003E3")]
301 [global::Cpp2ILInjected.Address(RVA = "0x1F81390", Offset = "0x1F81390", Length = "0x4C")]
302 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
303 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
304 [MethodImpl(256)]
305 get
306 {
307 throw null;
308 }
309 }
310
311 [global::Cpp2ILInjected.Token(Token = "0x170000CF")]
312 public static Vector3 down
313 {
314 [global::Cpp2ILInjected.Token(Token = "0x60003E4")]
315 [global::Cpp2ILInjected.Address(RVA = "0x1F813DC", Offset = "0x1F813DC", Length = "0x4C")]
316 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
317 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
318 [MethodImpl(256)]
319 get
320 {
321 throw null;
322 }
323 }
324
325 [global::Cpp2ILInjected.Token(Token = "0x170000D0")]
326 public static Vector3 left
327 {
328 [global::Cpp2ILInjected.Token(Token = "0x60003E5")]
329 [global::Cpp2ILInjected.Address(RVA = "0x1F81428", Offset = "0x1F81428", Length = "0x4C")]
330 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
331 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
332 [MethodImpl(256)]
333 get
334 {
335 throw null;
336 }
337 }
338
339 [global::Cpp2ILInjected.Token(Token = "0x170000D1")]
340 public static Vector3 right
341 {
342 [global::Cpp2ILInjected.Token(Token = "0x60003E6")]
343 [global::Cpp2ILInjected.Address(RVA = "0x1F81474", Offset = "0x1F81474", Length = "0x4C")]
344 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
345 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
346 [MethodImpl(256)]
347 get
348 {
349 throw null;
350 }
351 }
352
353 [global::Cpp2ILInjected.Token(Token = "0x60003E7")]
354 [global::Cpp2ILInjected.Address(RVA = "0x1F814C0", Offset = "0x1F814C0", Length = "0x10")]
355 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
356 [MethodImpl(256)]
357 public static Vector3 operator +(Vector3 a, Vector3 b)
358 {
359 throw null;
360 }
361
362 [global::Cpp2ILInjected.Token(Token = "0x60003E8")]
363 [global::Cpp2ILInjected.Address(RVA = "0x1F814D0", Offset = "0x1F814D0", Length = "0x10")]
364 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
365 [MethodImpl(256)]
366 public static Vector3 operator -(Vector3 a, Vector3 b)
367 {
368 throw null;
369 }
370
371 [global::Cpp2ILInjected.Token(Token = "0x60003E9")]
372 [global::Cpp2ILInjected.Address(RVA = "0x1F814E0", Offset = "0x1F814E0", Length = "0x10")]
373 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
374 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
375 [MethodImpl(256)]
376 public static Vector3 operator -(Vector3 a)
377 {
378 throw null;
379 }
380
381 [global::Cpp2ILInjected.Token(Token = "0x60003EA")]
382 [global::Cpp2ILInjected.Address(RVA = "0x1F814F0", Offset = "0x1F814F0", Length = "0x10")]
383 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
384 [MethodImpl(256)]
385 public static Vector3 operator *(Vector3 a, float d)
386 {
387 throw null;
388 }
389
390 [global::Cpp2ILInjected.Token(Token = "0x60003EB")]
391 [global::Cpp2ILInjected.Address(RVA = "0x1F81500", Offset = "0x1F81500", Length = "0x14")]
392 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
393 [MethodImpl(256)]
394 public static Vector3 operator *(float d, Vector3 a)
395 {
396 throw null;
397 }
398
399 [global::Cpp2ILInjected.Token(Token = "0x60003EC")]
400 [global::Cpp2ILInjected.Address(RVA = "0x1F81514", Offset = "0x1F81514", Length = "0x10")]
401 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
402 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
403 [MethodImpl(256)]
404 public static Vector3 operator /(Vector3 a, float d)
405 {
406 throw null;
407 }
408
409 [global::Cpp2ILInjected.Token(Token = "0x60003ED")]
410 [global::Cpp2ILInjected.Address(RVA = "0x1F81524", Offset = "0x1F81524", Length = "0x34")]
411 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
412 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
413 [MethodImpl(256)]
414 public static bool operator ==(Vector3 lhs, Vector3 rhs)
415 {
416 throw null;
417 }
418
419 [global::Cpp2ILInjected.Token(Token = "0x60003EE")]
420 [global::Cpp2ILInjected.Address(RVA = "0x1F81558", Offset = "0x1F81558", Length = "0x34")]
421 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
422 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
423 [MethodImpl(256)]
424 public static bool operator !=(Vector3 lhs, Vector3 rhs)
425 {
426 throw null;
427 }
428
429 [global::Cpp2ILInjected.Token(Token = "0x60003EF")]
430 [global::Cpp2ILInjected.Address(RVA = "0x1F8158C", Offset = "0x1F8158C", Length = "0xC")]
431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.RaycastResult", Member = "ToString", ReturnType = typeof(string))]
432 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
433 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "ToString", MemberParameters = new object[]
434 {
435 typeof(string),
437 }, ReturnType = typeof(string))]
438 public override string ToString()
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x60003F0")]
444 [global::Cpp2ILInjected.Address(RVA = "0x1F77968", Offset = "0x1F77968", Length = "0x198")]
445 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
446 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Plane), Member = "ToString", MemberParameters = new object[]
447 {
448 typeof(string),
450 }, ReturnType = typeof(string))]
451 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Bounds), Member = "ToString", MemberParameters = new object[]
452 {
453 typeof(string),
455 }, ReturnType = typeof(string))]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ray), Member = "ToString", MemberParameters = new object[]
457 {
458 typeof(string),
460 }, ReturnType = typeof(string))]
461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Vector3), Member = "ToString", ReturnType = typeof(string))]
462 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
465 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "ToString", MemberParameters = new object[]
466 {
467 typeof(string),
469 }, ReturnType = typeof(string))]
470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "UnityEngine.UnityString", Member = "Format", MemberParameters = new object[]
471 {
472 typeof(string),
473 typeof(object[])
474 }, ReturnType = typeof(string))]
475 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
477 {
478 throw null;
479 }
480
481 // Note: this type is marked as 'beforefieldinit'.
482 [global::Cpp2ILInjected.Token(Token = "0x60003F1")]
483 [global::Cpp2ILInjected.Address(RVA = "0x1F81598", Offset = "0x1F81598", Length = "0xFC")]
484 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
485 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
486 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
487 static Vector3()
488 {
489 throw null;
490 }
491
492 [global::Cpp2ILInjected.Token(Token = "0x40003AC")]
493 public const float kEpsilon = 1E-05f;
494
495 [global::Cpp2ILInjected.Token(Token = "0x40003AD")]
496 public const float kEpsilonNormalSqrt = 1E-15f;
497
498 [global::Cpp2ILInjected.Token(Token = "0x40003AE")]
499 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
500 public float x;
501
502 [global::Cpp2ILInjected.Token(Token = "0x40003AF")]
503 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
504 public float y;
505
506 [global::Cpp2ILInjected.Token(Token = "0x40003B0")]
507 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
508 public float z;
509
510 [global::Cpp2ILInjected.Token(Token = "0x40003B1")]
512
513 [global::Cpp2ILInjected.Token(Token = "0x40003B2")]
514 private static readonly Vector3 oneVector;
515
516 [global::Cpp2ILInjected.Token(Token = "0x40003B3")]
517 private static readonly Vector3 upVector;
518
519 [global::Cpp2ILInjected.Token(Token = "0x40003B4")]
521
522 [global::Cpp2ILInjected.Token(Token = "0x40003B5")]
524
525 [global::Cpp2ILInjected.Token(Token = "0x40003B6")]
527
528 [global::Cpp2ILInjected.Token(Token = "0x40003B7")]
530
531 [global::Cpp2ILInjected.Token(Token = "0x40003B8")]
533
534 [global::Cpp2ILInjected.Token(Token = "0x40003B9")]
536
537 [global::Cpp2ILInjected.Token(Token = "0x40003BA")]
539 }
540}
class f__AnonymousType0<< Count > j__TPar
static Vector3 Cross(Vector3 lhs, Vector3 rhs)
Definition Vector3.cs:100
static Vector3 operator+(Vector3 a, Vector3 b)
Definition Vector3.cs:357
static Vector3 right
Definition Vector3.cs:341
static Vector3 down
Definition Vector3.cs:313
static bool operator!=(Vector3 lhs, Vector3 rhs)
Definition Vector3.cs:424
static Vector3 operator/(Vector3 a, float d)
Definition Vector3.cs:404
static readonly Vector3 negativeInfinityVector
Definition Vector3.cs:538
static Vector3 MoveTowards(Vector3 current, Vector3 target, float maxDistanceDelta)
Definition Vector3.cs:37
static Vector3 back
Definition Vector3.cs:285
static Vector3 zero
Definition Vector3.cs:243
override string ToString()
Definition Vector3.cs:438
static Vector3 forward
Definition Vector3.cs:271
static readonly Vector3 leftVector
Definition Vector3.cs:523
override int GetHashCode()
Definition Vector3.cs:110
static bool operator==(Vector3 lhs, Vector3 rhs)
Definition Vector3.cs:414
static Vector3 left
Definition Vector3.cs:327
static Vector3 operator*(Vector3 a, float d)
Definition Vector3.cs:385
static readonly Vector3 forwardVector
Definition Vector3.cs:529
bool Equals(Vector3 other)
Definition Vector3.cs:131
static Vector3 one
Definition Vector3.cs:257
static float Dot(Vector3 lhs, Vector3 rhs)
Definition Vector3.cs:166
Vector3(float x, float y)
Definition Vector3.cs:82
static readonly Vector3 positiveInfinityVector
Definition Vector3.cs:535
static Vector3 operator-(Vector3 a, Vector3 b)
Definition Vector3.cs:366
static readonly Vector3 oneVector
Definition Vector3.cs:514
static Vector3 Scale(Vector3 a, Vector3 b)
Definition Vector3.cs:91
static Vector3 Min(Vector3 lhs, Vector3 rhs)
Definition Vector3.cs:226
static Vector3 Lerp(Vector3 a, Vector3 b, float t)
Definition Vector3.cs:26
static Vector3 up
Definition Vector3.cs:299
static float Distance(Vector3 a, Vector3 b)
Definition Vector3.cs:177
static float Magnitude(Vector3 vector)
Definition Vector3.cs:188
static readonly Vector3 zeroVector
Definition Vector3.cs:511
static Vector3 Normalize(Vector3 value)
Definition Vector3.cs:142
static readonly Vector3 upVector
Definition Vector3.cs:517
static readonly Vector3 backVector
Definition Vector3.cs:532
Vector3(float x, float y, float z)
Definition Vector3.cs:73
string ToString(string format, IFormatProvider formatProvider)
Definition Vector3.cs:476
static Vector3 Max(Vector3 lhs, Vector3 rhs)
Definition Vector3.cs:236
static readonly Vector3 downVector
Definition Vector3.cs:520
override bool Equals(object other)
Definition Vector3.cs:121
static readonly Vector3 rightVector
Definition Vector3.cs:526