FVector3

FVector3 structure

세 가지 구성 요소가 있는 부동 벡터입니다.

public struct FVector3

생성자

이름설명
FVector3(Vector3)의 새 인스턴스를 초기화합니다.FVector3 .
FVector3(Vector4)의 새 인스턴스를 초기화합니다.FVector4 .
FVector3(float, float, float)의 새 인스턴스를 초기화합니다.FVector3 .

행동 양식

이름설명
Cross(FVector3)두 벡터의 외적
Normalize()이 인스턴스를 정규화합니다.
override ToString()를 나타내는 문자열을 반환합니다.FVector3
operator ++ 연산자 overloading
explicit operator
operator ** 연산자 overloading
operator -- 연산자 overloading (2 operators)

필드

이름설명
static readonly UnitScale모든 구성 요소가 있는 단위 축척 벡터는 모두 1 입니다.
static readonly Zero제로 벡터.
xx 구성요소.
yy 구성 요소입니다.
zy 구성 요소입니다.

또한보십시오