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.

أنظر أيضا