wManager.Wow.Helpers Namespace
WRobot

Vector3Simple..::..ToListVector3 Method

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

Syntax


public static List<Vector3> ToListVector3(
	List<Vector3Simple> v
)
Public Shared Function ToListVector3 ( _
	v As List(Of Vector3Simple) _
) As List(Of Vector3)
public:
static List<Vector3^>^ ToListVector3(
	List<Vector3Simple^>^ v
)

Parameters

v
Type: List<(Of <(<'Vector3Simple>)>)>