wManager.Wow.Helpers Namespace
WRobot

Math..::..GetPostionOffsetBy3DDistance Method

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

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

Syntax


public static Vector3 GetPostionOffsetBy3DDistance(
	Vector3 a,
	Vector3 b,
	float distance
)
Public Shared Function GetPostionOffsetBy3DDistance ( _
	a As Vector3, _
	b As Vector3, _
	distance As Single _
) As Vector3
public:
static Vector3^ GetPostionOffsetBy3DDistance(
	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 3d.