TransformationMatrix.Multiply

TransformationMatrix.Multiply method

与另一个变换矩阵相乘。不会更改原始变换矩阵,返回一个新的 TransformationMatrix 对象。

public TransformationMatrix Multiply(TransformationMatrix matrix)
参数类型描述
矩阵TransformationMatrix用于相乘的变换矩阵。

返回值

新的 TransformationMatrix 对象。

另见