C# Class Pathfinding.Int3

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

Méthodes publiques

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Angle ( Int3 lhs, Int3 rhs ) : float
DivBy2 ( ) : Int3
Dot ( Int3 lhs, Int3 rhs ) : int
DotLong ( Int3 lhs, Int3 rhs ) : long
Equals ( System o ) : bool
GetHashCode ( ) : int
Int3 ( Vector3 position ) : Pathfinding.Pathfinding
Int3 ( int _x, int _y, int _z ) : Pathfinding.Pathfinding
Normal2D ( ) : Int3
NormalizeTo ( int newMagn ) : Int3
ToString ( ) : string
operator ( ) : Int3
operator ( ) : bool
this ( int i ) : int

Method Details

Angle() public static méthode

public static Angle ( Int3 lhs, Int3 rhs ) : float
lhs Int3
rhs Int3
Résultat float

DivBy2() public méthode

public DivBy2 ( ) : Int3
Résultat Int3

Dot() public static méthode

public static Dot ( Int3 lhs, Int3 rhs ) : int
lhs Int3
rhs Int3
Résultat int

DotLong() public static méthode

public static DotLong ( Int3 lhs, Int3 rhs ) : long
lhs Int3
rhs Int3
Résultat long

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Int3() public méthode

public Int3 ( Vector3 position ) : Pathfinding.Pathfinding
position Vector3
Résultat Pathfinding.Pathfinding

Int3() public méthode

public Int3 ( int _x, int _y, int _z ) : Pathfinding.Pathfinding
_x int
_y int
_z int
Résultat Pathfinding.Pathfinding

Normal2D() public méthode

public Normal2D ( ) : Int3
Résultat Int3

NormalizeTo() public méthode

public NormalizeTo ( int newMagn ) : Int3
newMagn int
Résultat Int3

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Int3
Résultat Int3

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int i ) : int
i int
Résultat int

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int

z public_oe property

public int z
Résultat int