Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Dot()
[1/2]
static void Microsoft.Xna.Framework.Vector3.Dot
(
ref
Vector3
vector1
,
ref
Vector3
vector2
,
out float
result
)
inline
static
Definition at line
170
of file
Vector3.cs
.
171
{
172
result = vector1.X * vector2.X + vector1.Y * vector2.Y + vector1.Z * vector2.Z;
173
}
Microsoft
Xna
Framework
Vector3
Generated by
1.10.0