FMatrix4

FMatrix4(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)

인스턴스 초기화FMatrix4

public FMatrix4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, 
    float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, 
    float m33)
모수유형설명
m00Single
m01Single
m02Single
m03Single
m10Single
m11Single
m12Single
m13Single
m20Single
m21Single
m22Single
m23Single
m30Single
m31Single
m32Single
m33Single

또한보십시오


FMatrix4(Matrix4)

인스턴스 초기화FMatrix4 에서Matrix4 인스턴스.

public FMatrix4(Matrix4 mat)
모수유형설명
matMatrix4

또한보십시오


FMatrix4(FVector4, FVector4, FVector4, FVector4)

4개의 행에서 행렬을 구성합니다.

public FMatrix4(FVector4 r0, FVector4 r1, FVector4 r2, FVector4 r3)
모수유형설명
r0FVector4R0.
r1FVector4R1.
r2FVector4R2.
r3FVector4R3.

또한보십시오