FMatrix4

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

Initiera instansen avFMatrix4

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)
ParameterTypBeskrivning
m00Single
m01Single
m02Single
m03Single
m10Single
m11Single
m12Single
m13Single
m20Single
m21Single
m22Single
m23Single
m30Single
m31Single
m32Single
m33Single

Se även


FMatrix4(Matrix4)

Initiera instansen avFMatrix4 från enMatrix4 instans.

public FMatrix4(Matrix4 mat)
ParameterTypBeskrivning
matMatrix4

Se även


FMatrix4(FVector4, FVector4, FVector4, FVector4)

Konstruerar matris från 4 rader.

public FMatrix4(FVector4 r0, FVector4 r1, FVector4 r2, FVector4 r3)
ParameterTypBeskrivning
r0FVector4R0.
r1FVector4R1.
r2FVector4R2.
r3FVector4R3.

Se även