Tesla Graphics Engine Documentation (January 2012)
Max Method (a, b)
TeslaTesla.MathVector3Max(Vector3, Vector3)
Get the vector that contains the maximum value from each of the components of the two supplied vectors.
Declaration Syntax
C#
public static Vector3 Max(
	Vector3 a,
	Vector3 b
)
Parameters
a (Vector3)
First vector
b (Vector3)
Second vector
Return Value
Maximum vector

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