op_Multiply
operator *
将矩阵乘以值。
public static TransformationMatrix operator *(TransformationMatrix matrix, double value)
范围 | 类型 | 描述 |
---|---|---|
矩阵 | TransformationMatrix | 矩阵相乘。 |
value | Double | 矩阵相乘的值。 |
返回值
矩阵乘以一个因子。
也可以看看
operator *
矩阵乘法运算符。
public static TransformationMatrix operator *(TransformationMatrix matrix1,
TransformationMatrix matrix2)
范围 | 类型 | 描述 |
---|---|---|
matrix1 | TransformationMatrix | 第一个矩阵。 |
matrix2 | TransformationMatrix | 第二个矩阵。 |
返回值
矩阵的乘法。