Tesla Graphics Engine Documentation (January 2012)
Max Method (a, b, result)
TeslaTesla.MathVector2Max(Vector2%, Vector2%, Vector2%)
Get the vector that contains the maximum value from each of the components of the two supplied vectors.
Declaration Syntax
C#
public static void Max(
	ref Vector2 a,
	ref Vector2 b,
	out Vector2 result
)
Parameters
a (Vector2%)
First vector
b (Vector2%)
Second vector
result (Vector2%)
Existing vector to hold result

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