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
◆
CatmullRom()
[2/2]
static
void
Microsoft.Xna.Framework.Vector3.CatmullRom
(
Vector3
value1
,
Vector3
value2
,
Vector3
value3
,
Vector3
value4
,
float
amount
,
[Out]
Vector3
result
)
inline
static
Definition at line
211
of file
Vector3.cs
.
212
{
213
float
y =
value1
.Y;
214
float
y2
=
value2
.Y;
215
float
y3
=
value3
.Y;
216
float
y4
=
value4
.Y;
217
float
z =
value1
.Z;
218
float
z2
=
value2
.Z;
219
float
z3
=
value3
.Z;
220
float
z4
=
value4
.Z;
221
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Vector3
Generated by
1.10.0