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

◆ Hermite() [2/2]

static void Microsoft.Xna.Framework.Vector4.Hermite ( Vector4 value1,
Vector4 tangent1,
Vector4 value2,
Vector4 tangent2,
float amount,
[Out] Vector4 result )
inlinestatic

Definition at line 367 of file Vector4.cs.

368 {
369 float w = value1.W;
370 float w2 = tangent1.W;
371 float w3 = value2.W;
372 float w4 = tangent2.W;
373 float y = value1.Y;
374 float y2 = tangent1.Y;
375 float y3 = value2.Y;
376 float y4 = tangent2.Y;
377 result.Y = y;
378 float z = value1.Z;
379 float z2 = tangent1.Z;
380 float z3 = value2.Z;
381 float z4 = tangent2.Z;
382 result.Z = z;
383 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.