op_Multiply
operator *
اربط المصفوفتين
public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
معامل | يكتب | وصف |
---|---|---|
left | FMatrix4 | |
right | FMatrix4 |
أنظر أيضا
- struct FMatrix4
- مساحة الاسم Aspose.ThreeD.Utilities
- المجسم Aspose.3D
operator *
اضرب المصفوفة والقيمة المزدوجة
public static FMatrix4 operator *(FMatrix4 lhs, float v)
معامل | يكتب | وصف |
---|---|---|
lhs | FMatrix4 | Lhs. |
v | Single | الخامس. |
قيمة الإرجاع
مصفوفة النتيجة
أنظر أيضا
- struct FMatrix4
- مساحة الاسم Aspose.ThreeD.Utilities
- المجسم Aspose.3D