Click or drag to resize

Transform Constructor (Double)

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

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

Parameters

diagonalValue
Type: SystemDouble
Value to assign to all diagonal cells except M33 which is set to 1.0.
See Also