M_Rhino_Geometry_Matrix_op_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix.Multiply Operator

Multiplies two matrices and returns a new product matrix.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Matrix operator *(
	Matrix a,
	Matrix b
)

VB

Public Shared Operator * ( 
	a As Matrix,
	b As Matrix
) As Matrix

Parameters

 

a
Type: Rhino.Geometry.Matrix
A first matrix to use in calculation.
b
Type: Rhino.Geometry.Matrix
Another matrix to use in calculation.

Return Value

Type: Matrix
The product matrix.

Exceptions

 

Exception Condition
ArgumentException When a.ColumnCount != b.RowCount.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️