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

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