TransformationMatrix.op_Multiply
operator *
Multiplies matrix by value.
public static TransformationMatrix operator *(TransformationMatrix matrix, double value)
Parameter | Type | Description |
---|---|---|
matrix | TransformationMatrix | Matrix to multiply. |
value | Double | Value to multiply matrix on. |
Return Value
Matrix multiplied by a factor.
See Also
- class TransformationMatrix
- namespace Aspose.CAD.Exporters.CadApsEntitiesExporter.CadAps3D
- assembly Aspose.CAD
operator *
Matrix multiplication operator.
public static TransformationMatrix operator *(TransformationMatrix matrix1,
TransformationMatrix matrix2)
Parameter | Type | Description |
---|---|---|
matrix1 | TransformationMatrix | First matrix. |
matrix2 | TransformationMatrix | Second matrix. |
Return Value
Multiplication of a matrices.
See Also
- class TransformationMatrix
- namespace Aspose.CAD.Exporters.CadApsEntitiesExporter.CadAps3D
- assembly Aspose.CAD