Click or drag to resize

MathHelper.IsBehind Method (Vector3, Vector3, Single, Single)

Namespace:  ff14bot.Helpers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool IsBehind(
	Vector3 me,
	Vector3 target,
	float targetFacingRadians,
	float arcRadians
)

Parameters

me
Type: Clio.Utilities.Vector3
target
Type: Clio.Utilities.Vector3
targetFacingRadians
Type: System.Single
arcRadians
Type: System.Single

Return Value

Type: Boolean
See Also