M_Rhino_Geometry_Transform_op_Multiply_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Multiplies a transformation by a vector and gets a new vector.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Vector3d operator *(
Transform m,
Vector3d v
)
VB
Public Shared Operator * (
m As Transform,
v As Vector3d
) As Vector3d
- m
- Type: Rhino.Geometry.Transform
A transformation. - v
- Type: Rhino.Geometry.Vector3d
A vector.
Type: Vector3d
The tranformed vector.
Supported in: 6.0.16224.21491, 5D58w
Transform Structure
Multiply Overload
Rhino.Geometry Namespace