C# 클래스 fCraft.Vector3f

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

공개 프로퍼티들

프로퍼티 타입 설명
x float

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLength ( ) : float
Vector3f ( Vector3f other ) : System
Vector3f ( Vector3i other ) : System
Vector3f ( float _x, float _y, float _h ) : System
operator ( ) : Vector3f
operator ( ) : bool
this ( int i ) : float

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetLength() 공개 메소드

public GetLength ( ) : float
리턴 float

Vector3f() 공개 메소드

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

Vector3f() 공개 메소드

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

Vector3f() 공개 메소드

public Vector3f ( float _x, float _y, float _h ) : System
_x float
_y float
_h float
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Vector3f
리턴 Vector3f

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

this() 공개 메소드

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

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float