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

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