Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Dot()
[1/2]
static void Microsoft.Xna.Framework.Vector2.Dot
(
ref
Vector2
value1
,
ref
Vector2
value2
,
out float
result
)
inline
static
Definition at line
126
of file
Vector2.cs
.
127
{
128
result = value1.X * value2.X + value1.Y * value2.Y;
129
}
Microsoft
Xna
Framework
Vector2
Generated by
1.10.0