Click or drag to resize

Vector2GetDirection Method

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void GetDirection(
	ref Vector2 from,
	ref Vector2 to,
	out Vector2 dir
)

Parameters

from
Type: Clio.UtilitiesVector2
to
Type: Clio.UtilitiesVector2
dir
Type: Clio.UtilitiesVector2
See Also