Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Dot()
[2/2]
static double ReLogic.Utilities.Vector2D.Dot
(
Vector2D
value1
,
Vector2D
value2
)
inline
static
Definition at line
193
of file
Vector2D.cs
.
194
{
195
return
value1.X * value2.X + value1.Y * value2.Y;
196
}
References
ReLogic.Utilities.Vector2D.Y
.
ReLogic
Utilities
Vector2D
Generated by
1.10.0