C# Class Pathfinding.Int2

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

Méthode Description
Dot ( Int2 a, Int2 b ) : int
DotLong ( Int2 a, Int2 b ) : long
Equals ( System o ) : bool
FromInt3XZ ( Int3 o ) : Int2
GetHashCode ( ) : int
Int2 ( int x, int y ) : Pathfinding.Pathfinding
Max ( Int2 a, Int2 b ) : Int2
Min ( Int2 a, Int2 b ) : Int2
Rotate ( Int2 v, int r ) : Int2
ToInt3XZ ( Int2 o ) : Int3
ToString ( ) : string
operator ( ) : Int2
operator ( ) : bool

Method Details

Dot() public static méthode

public static Dot ( Int2 a, Int2 b ) : int
a Int2
b Int2
Résultat int

DotLong() public static méthode

public static DotLong ( Int2 a, Int2 b ) : long
a Int2
b Int2
Résultat long

Equals() public méthode

public Equals ( System o ) : bool
o System
Résultat bool

FromInt3XZ() public static méthode

public static FromInt3XZ ( Int3 o ) : Int2
o Int3
Résultat Int2

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Int2() public méthode

public Int2 ( int x, int y ) : Pathfinding.Pathfinding
x int
y int
Résultat Pathfinding.Pathfinding

Max() public static méthode

public static Max ( Int2 a, Int2 b ) : Int2
a Int2
b Int2
Résultat Int2

Min() public static méthode

public static Min ( Int2 a, Int2 b ) : Int2
a Int2
b Int2
Résultat Int2

Rotate() public static méthode

public static Rotate ( Int2 v, int r ) : Int2
v Int2
r int
Résultat Int2

ToInt3XZ() public static méthode

public static ToInt3XZ ( Int2 o ) : Int3
o Int2
Résultat Int3

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Int2
Résultat Int2

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int