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

◆ Barycentric() [2/2]

static void Microsoft.Xna.Framework.Vector3.Barycentric ( Vector3 value1,
Vector3 value2,
Vector3 value3,
float amount1,
float amount2,
[Out] Vector3 result )
inlinestatic

Definition at line 193 of file Vector3.cs.

194 {
195 float y = value1.Y;
196 float y2 = value2.Y;
197 float y3 = value3.Y;
198 float z = value1.Z;
199 float z2 = value2.Z;
200 float z3 = value3.Z;
201 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.