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.Vector3.Hermite ( Vector3 value1,
Vector3 tangent1,
Vector3 value2,
Vector3 tangent2,
float amount,
[Out] Vector3 result )
inlinestatic

Definition at line 422 of file Vector3.cs.

423 {
424 float y = value1.Y;
425 float y2 = tangent1.Y;
426 float y3 = value2.Y;
427 float y4 = tangent2.Y;
428 result.Y = y;
429 float z = value1.Z;
430 float z2 = tangent1.Z;
431 float z3 = value2.Z;
432 float z4 = tangent2.Z;
433 result.Z = z;
434 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.