Tesla Graphics Engine Documentation (January 2012)
Dot Method (a, b, result)
TeslaTesla.MathVector4Dot(Vector4%, Vector4%, Single%)
Compute the dot product between two vectors.
Declaration Syntax
C#
public static void Dot(
	ref Vector4 a,
	ref Vector4 b,
	out float result
)
Parameters
a (Vector4%)
First vector
b (Vector4%)
Second vector
result (Single%)
Existing vector to hold result

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)