Click or drag to resize

Transform2dMultiply Operator (Transform2d, Point2d)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Point2d operator *(
	Transform2d m,
	Point2d p
)

Parameters

m
Type: Rhino.GeometryTransform2d
A transformation.
p
Type: Rhino.GeometryPoint2d
A point.

Return Value

Type: Point2d
The transformed point.
Remarks
Note well: The right hand column is the translation. It has an important effect when transforming a Euclidean point and has no effect when transforming a vector.
See Also