MoveResultExtensionsCalculateNeededFacing Method |
Calculates the required facing to face a point from any other point.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static float CalculateNeededFacing(
Vector3 start,
Vector3 faceTarget
)
Parameters
- start
- Type: Clio.UtilitiesVector3
The start point. - faceTarget
- Type: Clio.UtilitiesVector3
The end point.
Return Value
Type:
SingleThe required facing in radians.
See Also