M_Rhino_Geometry_Transform_Multiply - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public static Transform Multiply(
Transform a,
Transform b
)
VB
Public Shared Function Multiply (
a As Transform,
b As Transform
) As Transform
- a
- Type: Rhino.Geometry.Transform
First transformation. - b
- Type: Rhino.Geometry.Transform
Second transformation.
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.
Supported in: 6.0.16224.21491, 5D58w