C# Class fCraft.Vector3i

Show file Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
x int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLargestComponent ( ) : int
GetLength ( ) : double
Vector3i ( Vector3f other ) : System
Vector3i ( Vector3i other ) : System
Vector3i ( int _x, int _y, int _h ) : System
operator ( ) : Vector3i
operator ( ) : bool
this ( int i ) : int

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLargestComponent() public method

public GetLargestComponent ( ) : int
return int

GetLength() public method

public GetLength ( ) : double
return double

Vector3i() public method

public Vector3i ( Vector3f other ) : System
other Vector3f
return System

Vector3i() public method

public Vector3i ( Vector3i other ) : System
other Vector3i
return System

Vector3i() public method

public Vector3i ( int _x, int _y, int _h ) : System
_x int
_y int
_h int
return System

operator() public static method

public static operator ( ) : Vector3i
return Vector3i

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int i ) : int
i int
return int

Property Details

x public property

public int x
return int