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

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