FMatrix4

FMatrix4 structure

float type 의 모든 구성 요소가 있는 매트릭스 4x4

public struct FMatrix4

생성자

이름설명
FMatrix4(Matrix4)인스턴스 초기화FMatrix4 에서Matrix4 인스턴스.
FMatrix4(FVector4, FVector4, FVector4, FVector4)4개의 행에서 행렬을 구성합니다.
FMatrix4(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)인스턴스 초기화FMatrix4

행동 양식

이름설명
Concatenate(FMatrix4)두 행렬을 연결합니다
Concatenate(Matrix4)두 행렬을 연결합니다
Inverse()현재 인스턴스의 역행렬을 계산합니다.
Transpose()이 인스턴스를 바꿉니다.
operator *두 행렬을 연결합니다 (2 operators)

필드

이름설명
static readonly Identity항등 행렬
m00m00.
m01m01.
m02m02.
m03m03.
m10m10.
m11m11.
m12m12.
m13m13.
m20m20.
m21m21.
m22m22.
m23m23.
m30m30.
m31m31.
m32m32.
m33m33.

또한보십시오