Click or drag to resize

Vector3NormalizedDirection Method

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Vector3 NormalizedDirection(
	Vector3 start,
	Vector3 end
)

Parameters

start
Type: Clio.UtilitiesVector3
end
Type: Clio.UtilitiesVector3

Return Value

Type: Vector3
See Also