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.

関連項目