Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Dot()
[2/2]
static float Microsoft.Xna.Framework.Vector4.Dot
(
Vector4
vector1
,
Vector4
vector2
)
inline
static
Definition at line
157
of file
Vector4.cs
.
158
{
159
return
vector1.X * vector2.X + vector1.Y * vector2.Y + vector1.Z * vector2.Z + vector1.W * vector2.W;
160
}
References
Microsoft.Xna.Framework.Vector4.W
.
Microsoft
Xna
Framework
Vector4
Generated by
1.10.0