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

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