Click or drag to resize

MathExCalculatePointBehind Method

Namespace:  Clio.Common
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Vector3 CalculatePointBehind(
	Vector3 target,
	float targetFacingRadians,
	float distanceToTarget
)

Parameters

target
Type: Clio.UtilitiesVector3
targetFacingRadians
Type: SystemSingle
distanceToTarget
Type: SystemSingle

Return Value

Type: Vector3
See Also