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.Vector4.Barycentric ( Vector4 value1,
Vector4 value2,
Vector4 value3,
float amount1,
float amount2,
[Out] Vector4 result )
inlinestatic

Definition at line 130 of file Vector4.cs.

131 {
132 float y = value1.Y;
133 float y2 = value2.Y;
134 float y3 = value3.Y;
135 float z = value1.Z;
136 float z2 = value2.Z;
137 float z3 = value3.Z;
138 float w = value1.W;
139 float w2 = value2.W;
140 float w3 = value3.W;
141 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.