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.Vector2.Hermite
(
Vector2
value1
,
Vector2
tangent1
,
Vector2
value2
,
Vector2
tangent2
,
float
amount
,
[Out]
Vector2
result
)
inline
static
Definition at line
315
of file
Vector2.cs
.
316
{
317
float
y =
value1
.Y;
318
float
y2
=
tangent1
.Y;
319
float
y3
=
value2
.Y;
320
float
y4
=
tangent2
.Y;
321
result.Y
= y;
322
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Vector2
Generated by
1.10.0