Tesla Graphics Engine Documentation (January 2012)
Reflect Method (value, normal, result)
TeslaTesla.MathVector3Reflect(Vector3%, Vector3%, Vector3%)
Compute the reflection vector off a surface with the specified normal.
Declaration Syntax
C#
public static void Reflect(
	ref Vector3 value,
	ref Vector3 normal,
	out Vector3 result
)
Parameters
value (Vector3%)
Source vector
normal (Vector3%)
Surface normal (unit vector)
result (Vector3%)
Existing vector to hold result

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