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

◆ Clamp() [3/3]

static void ReLogic.Utilities.Vector2D.Clamp ( Vector2D value1,
Vector2D min,
Vector2D max,
[Out] Vector2D result )
inlinestatic

Definition at line 301 of file Vector2D.cs.

302 {
303 if (!true)
304 {
305 }
306 double y = value1.Y;
307 double y2 = max.Y;
308 double y3 = min.Y;
309 result.Y = y;
310 }
class f__AnonymousType0<< Count > j__TPar

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