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

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