Tesla Graphics Engine Documentation (January 2012)
Divide Method (a, b)
TeslaTesla.MathVector4Divide(Vector4, Vector4)
Divides the components of one vector by the components of the other.
Declaration Syntax
C#
public static Vector4 Divide(
	Vector4 a,
	Vector4 b
)
Parameters
a (Vector4)
First vector
b (Vector4)
Divisor vector
Return Value
Resulting vector

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