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

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