Click or drag to resize

Transform2d Constructor (Double)

Initializes a new transform matrix with a specified value along the diagonal.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Transform2d(
	double diagonalValue
)

Parameters

diagonalValue
Type: SystemDouble
Value to assign to M00 and M11. The translation is zero.
See Also