C# 클래스 fCraft.Vector3i

파일 보기 프로젝트 열기: henon/manic_digger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
x int

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetLargestComponent() 공개 메소드

public GetLargestComponent ( ) : int
리턴 int

GetLength() 공개 메소드

public GetLength ( ) : double
리턴 double

Vector3i() 공개 메소드

public Vector3i ( Vector3f other ) : System
other Vector3f
리턴 System

Vector3i() 공개 메소드

public Vector3i ( Vector3i other ) : System
other Vector3i
리턴 System

Vector3i() 공개 메소드

public Vector3i ( int _x, int _y, int _h ) : System
_x int
_y int
_h int
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Vector3i
리턴 Vector3i

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

this() 공개 메소드

public this ( int i ) : int
i int
리턴 int

프로퍼티 상세

x 공개적으로 프로퍼티

public int x
리턴 int