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.Vector4.CatmullRom
(
Vector4
value1
,
Vector4
value2
,
Vector4
value3
,
Vector4
value4
,
float
amount
,
[Out]
Vector4
result
)
inline
static
Definition at line
151
of file
Vector4.cs
.
152
{
153
float
y =
value1
.Y;
154
float
y2
=
value2
.Y;
155
float
y3
=
value3
.Y;
156
float
y4
=
value4
.Y;
157
float
z =
value1
.Z;
158
float
z2
=
value2
.Z;
159
float
z3
=
value3
.Z;
160
float
z4
=
value4
.Z;
161
float
w =
value1
.W;
162
float
w2
=
value2
.W;
163
float
w3
=
value3
.W;
164
float
w4
=
value4
.W;
165
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Vector4
Generated by
1.10.0