M_Rhino_Geometry_Transform_op_Multiply_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.Multiply Operator (Transform, Vector3d)

Multiplies a transformation by a vector and gets a new vector.

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

Syntax

C#

public static Vector3d operator *(
	Transform m,
	Vector3d v
)

VB

Public Shared Operator * ( 
	m As Transform,
	v As Vector3d
) As Vector3d

Parameters

 

m
Type: Rhino.Geometry.Transform
A transformation.
v
Type: Rhino.Geometry.Vector3d
A vector.

Return Value

Type: Vector3d
The tranformed vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Multiply Overload
Rhino.Geometry Namespace

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