Tesla Graphics Engine Documentation (January 2012)
Dot Method (a, b)
TeslaTesla.MathVector4Dot(Vector4, Vector4)
Compute the dot product between two vectors.
Declaration Syntax
C#
public static float Dot(
	Vector4 a,
	Vector4 b
)
Parameters
a (Vector4)
First vector
b (Vector4)
Second vector
Return Value
Dot product

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