Tesla Graphics Engine Documentation (January 2012)
Divide Method (a, b, result)
TeslaTesla.MathVector4Divide(Vector4%, Vector4%, Vector4%)
Divides the components of one vector by the components of the other.
Declaration Syntax
C#
public static void Divide(
	ref Vector4 a,
	ref Vector4 b,
	out Vector4 result
)
Parameters
a (Vector4%)
First vector
b (Vector4%)
Divisor vector
result (Vector4%)
Existing vector to hold result

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