Click or drag to resize

WorldLine Constructor

Initializes a new instance of the WorldLine struct.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public WorldLine(
	Vector3 start,
	Vector3 end
)

Parameters

start
Type: Clio.UtilitiesVector3
The start.
end
Type: Clio.UtilitiesVector3
The end.
See Also