Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.Util.Vector2< T > Class Template Reference
+ Inheritance diagram for Pathfinder.Util.Vector2< T >:

Public Member Functions

 Vector2 (T x, T y)
 
- Public Member Functions inherited from Pathfinder.Util.Vector1< T >
 Vector1 (T x)
 

Static Public Member Functions

static implicit operator V2 (Vector2< T > v)
 
static implicit operator Vector2< T > (V2 v)
 
- Static Public Member Functions inherited from Pathfinder.Util.Vector1< T >
static T2 Convert< T2 > (T c)
 
static T Convert< T2 > (T2 c)
 

Properties

Y [get, set]
 
- Properties inherited from Pathfinder.Util.Vector1< T >
X [get, set]
 

Constructor & Destructor Documentation

◆ Vector2()

Pathfinder.Util.Vector2< T >.Vector2 ( x,
y 
)

Member Function Documentation

◆ operator V2()

static implicit Pathfinder.Util.Vector2< T >.operator V2 ( Vector2< T >  v)
static

◆ operator Vector2< T >()

static implicit Pathfinder.Util.Vector2< T >.operator Vector2< T > ( V2  v)
static

Property Documentation

◆ Y

T Pathfinder.Util.Vector2< T >.Y
getset

The documentation for this class was generated from the following file: