op_Multiply
operator *
2 つの行列を連結します
public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
パラメータ | タイプ | 説明 |
---|---|---|
left | FMatrix4 | |
right | FMatrix4 |
関連項目
- struct FMatrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
行列と double 値を乗算します
public static FMatrix4 operator *(FMatrix4 lhs, float v)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | FMatrix4 | Lhs。 |
v | Single | V. |
戻り値
結果マトリックス
関連項目
- struct FMatrix4
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D