Tesla Graphics Engine Documentation (January 2012)
Min Method (a, b)
TeslaTesla.MathVector2Min(Vector2, Vector2)
Get the vector that contains the mininum value from each of the components of the two supplied vectors.
Declaration Syntax
C#
public static Vector2 Min(
	Vector2 a,
	Vector2 b
)
Parameters
a (Vector2)
First vector
b (Vector2)
Second vector
Return Value
Minimum vector

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