C# 클래스 RekdEngine.UtilMath.Vector4f

파일 보기 프로젝트 열기: Naronco/Rekd-Sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X float

공개 메소드들

메소드 설명
Clear ( ) : Vector4f
Cross ( Vector4f v ) : Vector4f
Dot ( Vector4f v ) : float
Equals ( object obj ) : bool
GetDistance ( Vector4f other ) : float
GetDistance ( Vector4f A, Vector4f B ) : float
GetHashCode ( ) : int
GetLength ( ) : float
GetSquaredDistance ( Vector4f other ) : float
GetSquaredDistance ( Vector4f A, Vector4f B ) : float
GetSquaredLength ( ) : float
Normalize ( ) : Vector4f
Set ( Vector4f other ) : Vector4f
Set ( float X, float Y, float Z, float W ) : Vector4f
Vector4f ( Vector4f other ) : System
Vector4f ( float X, float Y, float Z, float W ) : System
operator ( ) : Vector4f
operator ( ) : bool

메소드 상세

Clear() 공개 메소드

public Clear ( ) : Vector4f
리턴 Vector4f

Cross() 공개 메소드

public Cross ( Vector4f v ) : Vector4f
v Vector4f
리턴 Vector4f

Dot() 공개 메소드

public Dot ( Vector4f v ) : float
v Vector4f
리턴 float

Equals() 공개 메소드

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

GetDistance() 공개 메소드

public GetDistance ( Vector4f other ) : float
other Vector4f
리턴 float

GetDistance() 공개 정적인 메소드

public static GetDistance ( Vector4f A, Vector4f B ) : float
A Vector4f
B Vector4f
리턴 float

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetLength() 공개 메소드

public GetLength ( ) : float
리턴 float

GetSquaredDistance() 공개 메소드

public GetSquaredDistance ( Vector4f other ) : float
other Vector4f
리턴 float

GetSquaredDistance() 공개 정적인 메소드

public static GetSquaredDistance ( Vector4f A, Vector4f B ) : float
A Vector4f
B Vector4f
리턴 float

GetSquaredLength() 공개 메소드

public GetSquaredLength ( ) : float
리턴 float

Normalize() 공개 메소드

public Normalize ( ) : Vector4f
리턴 Vector4f

Set() 공개 메소드

public Set ( Vector4f other ) : Vector4f
other Vector4f
리턴 Vector4f

Set() 공개 메소드

public Set ( float X, float Y, float Z, float W ) : Vector4f
X float
Y float
Z float
W float
리턴 Vector4f

Vector4f() 공개 메소드

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

Vector4f() 공개 메소드

public Vector4f ( float X, float Y, float Z, float W ) : System
X float
Y float
Z float
W float
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Vector4f
리턴 Vector4f

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

X 공개적으로 프로퍼티

public float X
리턴 float