Rebornbuddy
|
A world line. More...
Public Member Functions | |
WorldLine (Vector3 start, Vector3 end) | |
Initializes a new instance of the WorldLine struct. |
Public Attributes | |
Vector3 | Start |
The start point. | |
Vector3 | End |
The end point. |
A world line.
ff14bot.Pathing.WorldLine.WorldLine | ( | Vector3 | start, |
Vector3 | end ) |
Initializes a new instance of the WorldLine struct.
start | The start. |
end | The end. |
Vector3 ff14bot.Pathing.WorldLine.End |
The end point.
Vector3 ff14bot.Pathing.WorldLine.Start |
The start point.