M_Rhino_Geometry_Transform_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.Multiply Method

Multiplies (combines) two transformations. This is the same as the * operator between two transformations.

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

Syntax

C#

public static Transform Multiply(
	Transform a,
	Transform b
)

VB

Public Shared Function Multiply ( 
	a As Transform,
	b As Transform
) As Transform

Parameters

 

a
Type: Rhino.Geometry.Transform
First transformation.
b
Type: Rhino.Geometry.Transform
Second transformation.

Return Value

Type: Transform
A transformation matrix that combines the effect of both input transformations. The resulting Transform gives the same result as though you'd first apply A then B.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

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