wManager.Wow.Helpers Namespace
WRobot

LongMove..::..DecollideFlightPath Method (Vector3, Vector3, Single, Single, Single)

Decollides the flight path (with TraceLine).

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static Vector3 DecollideFlightPath(
	Vector3 from,
	Vector3 destination,
	float targetHeight,
	float minGroundDistance,
	float maxGroundDistance
)
Public Shared Function DecollideFlightPath ( _
	from As Vector3, _
	destination As Vector3, _
	targetHeight As Single, _
	minGroundDistance As Single, _
	maxGroundDistance As Single _
) As Vector3
public:
static Vector3^ DecollideFlightPath(
	Vector3^ from, 
	Vector3^ destination, 
	float^ targetHeight, 
	float^ minGroundDistance, 
	float^ maxGroundDistance
)

Parameters

from
Type: robotManager.Helpful..::..Vector3
From.
destination
Type: robotManager.Helpful..::..Vector3
The destination.
targetHeight
Type: Single
Height of the target.
minGroundDistance
Type: Single
The minimum ground distance.
maxGroundDistance
Type: Single
The maximum ground distance.

Return Value

suggested position.