FVector2

FVector2 class

두 개 구성 요소를 가진 float 벡터.

Properties

이름설명
xx 구성 요소.
yy 구성 요소.

메서드

constructor

이름설명
constructor()

Result:


constructor_overload

이름설명
constructor_overload(x, y)FVector2의 새 인스턴스를 초기화합니다.

Result:


constructor_overload2

이름설명
constructor_overload2(vec)FVector2의 새 인스턴스를 초기화합니다.

Result:


toString

이름설명
toString()

Result: String


equals

이름설명
equals(rhs)두 벡터가 같은지 확인합니다.

Parameters:

이름유형설명
rhFVector2null

Result: boolean


equals

이름설명
equals(obj)두 벡터가 같은지 확인합니다.

Parameters:

이름유형설명
obObjectnull

Result: boolean


hashCode

이름설명
hashCode()이 인스턴스의 해시 코드를 가져옵니다.

Result: 숫자