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

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