Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.WorldLine Struct Reference

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.

Detailed Description

A world line.

Constructor & Destructor Documentation

◆ WorldLine()

ff14bot.Pathing.WorldLine.WorldLine ( Vector3 start,
Vector3 end )

Initializes a new instance of the WorldLine struct.

Parameters
startThe start.
endThe end.

Member Data Documentation

◆ End

Vector3 ff14bot.Pathing.WorldLine.End

The end point.

◆ Start

Vector3 ff14bot.Pathing.WorldLine.Start

The start point.