Transform Constructor (Double)

Transform Constructor (Double)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Transform(
	double diagonalValue
)
Public Sub New ( 
	diagonalValue As Double
)

Parameters

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also