terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Normalize() [1/3]

void ReLogic.Utilities.Vector2D.Normalize ( )
inline

Definition at line 219 of file Vector2D.cs.

220 {
221 double x = this.X;
222 double x2;
223 if (!true)
224 {
225 x2 = this.X;
226 }
227 this.X = x2;
228 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and ReLogic.Utilities.Vector2D.X.