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 | 左旋。 |
| v | Single | 五。 |
返回值
结果矩阵
也可以看看
- struct FMatrix4
- 命名空间 Aspose.ThreeD.Utilities
- 部件 Aspose.3D