wManager.Wow.Helpers Namespace
WRobot

Vector3..::..InFrontOf Method

In front of.

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

Syntax


public Vector3 InFrontOf(
	float heading,
	float d
)
Public Function InFrontOf ( _
	heading As Single, _
	d As Single _
) As Vector3
public:
Vector3^ InFrontOf(
	float^ heading, 
	float^ d
)

Parameters

heading
Type: Single
The heading.
d
Type: Single
The d.

Return Value

Vector3.