wManager.Wow.Helpers Namespace
WRobot

Math..::..GetPostion2DOfLineByDistance Method

Get position 2D on the line (a-b) by distance

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static Vector3 GetPostion2DOfLineByDistance(
	Vector3 a,
	Vector3 b,
	float distance
)
Public Shared Function GetPostion2DOfLineByDistance ( _
	a As Vector3, _
	b As Vector3, _
	distance As Single _
) As Vector3
public:
static Vector3^ GetPostion2DOfLineByDistance(
	Vector3^ a, 
	Vector3^ b, 
	float^ distance
)

Parameters

a
Type: robotManager.Helpful..::..Vector3
line start a.
b
Type: robotManager.Helpful..::..Vector3
one point of line b.
distance
Type: Single
The distance.

Return Value

position 2d.