C# Class Universe.Physics.ConvexDecompositionDotNet.int3

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
b2b ( int3 a, int3 b ) : bool
int3 ( ) : System
int3 ( int _x, int _y, int _z ) : System
isa ( int3 a, int3 b ) : bool
operator ( ) : bool
roll3 ( int3 a ) : int3
this ( int i ) : int

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

b2b() public static méthode

public static b2b ( int3 a, int3 b ) : bool
a int3
b int3
Résultat bool

int3() public méthode

public int3 ( ) : System
Résultat System

int3() public méthode

public int3 ( int _x, int _y, int _z ) : System
_x int
_y int
_z int
Résultat System

isa() public static méthode

public static isa ( int3 a, int3 b ) : bool
a int3
b int3
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

roll3() public static méthode

public static roll3 ( int3 a ) : int3
a int3
Résultat int3

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