Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dot< T >()

static T System.Numerics.Vector< T >.Dot< T > ( Vector< T > left,
Vector< T > right )
inlinestatic
Type Constraints
T :struct 

Definition at line 301 of file Vector.cs.

301 : struct
302 {
303 return Vector<T>.Dot(left, right);
304 }

References System.Numerics.Vector< T >.Dot().